Html Css Color HEX #545446 Ship Grey

📋 copy color: '#545446'

red 84 ◦ green 84 ◦ blue 70

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

Shades of Ship Grey #545446

Tints of Ship Grey #545446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 35.29%
G = 35.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#545446 (or 0x545446) is known color: Ship Grey. HEX triplet: 54, 54 and 46. RGB value is (84,84,70). Sum of RGB (Red+Green+Blue) = 84+84+70=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545446 is #ABABB9. Grayscale: #525252. Windows color (decimal): -11250618 or 4609108. OLE color: 4609108.

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

Color convert

RGB 84 84 70 -
CMYK 0 0 0.17 0.67
HSL 60º 0.09% 0.3% -
HSV(B) 60º 0.17% 0.33% -
XYZ 7.93 8.67 7.05 -
YUV 82.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 84 84 70 0 0 0.17 0.67 60 0.09 0.3
Hex 54 54 46 0 0 11 43 3C 9 1E
Octal 124 124 106 0 0 21 103 74 11 36
Binary 1010100 1010100 1000110 0 0 10001 1000011 111100 1001 11110

Color Harmonies of #545446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545446

Black with #545446

Text Example


Text Example

White with #545446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545446; }

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

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

background-color css

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

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

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

border-color css

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

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

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