Html Css Color HEX #545453 Ship Grey

📋 copy color: '#545453'

red 84 ◦ green 84 ◦ blue 83

#545453
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #545453

Tints of Ship Grey #545453

RGB

 RED value IS 84 (33.2% from 255) = 33.47%

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 33.47%
G = 33.47%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#545453 (or 0x545453) is known color: Ship Grey. HEX triplet: 54, 54 and 53. RGB value is (84,84,83). Sum of RGB (Red+Green+Blue) = 84+84+83=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545453 is #ABABAC. Grayscale: #535353. Windows color (decimal): -11250605 or 5461076. OLE color: 5461076.

HSL color Cylindrical-coordinate representation of color #545453: hue angle of 60º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #545453 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 83 -
CMYK 0 0 0.01 0.67
HSL 60º 0.01% 0.33% -
HSV(B) 60º 0.01% 0.33% -
XYZ 8.39 8.85 9.45 -
YUV 83.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 84 84 83 0 0 0.01 0.67 60 0.01 0.33
Hex 54 54 53 0 0 1 43 3C 1 21
Octal 124 124 123 0 0 1 103 74 1 41
Binary 1010100 1010100 1010011 0 0 1 1000011 111100 1 100001

Color Harmonies of #545453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545453

Black with #545453

Text Example


Text Example

White with #545453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545453; }

 p { color: rgb(84,84,83); }

 H1.HeaderClassName
 {
   color: #545453;
 }
 .AnyTagClassName
 {
   color: #545453;
 }
</style>

background-color css

<style>
 a { background-color: #545453; }

 a { background-color: rgb(84,84,83); }

 div.DivClassName
 {
   background-color: #545453;
 }
 .BgClassName
 {
   background-color: #545453;
 }
</style>

border-color css

<style>
 span { border-color: #545453; }

 span { border-color: rgb(84,84,83); }

 td.TdClassName
 {
   border-color: #545453;
 }
 .TagClassName
 {
   border-color: #545453;
 }
</style>