Html Css Color HEX #545449 Ship Grey

📋 copy color: '#545449'

red 84 ◦ green 84 ◦ blue 73

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

Shades of Ship Grey #545449

Tints of Ship Grey #545449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 34.85%
G = 34.85%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#545449 (or 0x545449) is known color: Ship Grey. HEX triplet: 54, 54 and 49. RGB value is (84,84,73). Sum of RGB (Red+Green+Blue) = 84+84+73=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545449 is #ABABB6. Grayscale: #525252. Windows color (decimal): -11250615 or 4805716. OLE color: 4805716.

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

Color convert

RGB 84 84 73 -
CMYK 0 0 0.13 0.67
HSL 60º 0.07% 0.31% -
HSV(B) 60º 0.13% 0.33% -
XYZ 8.03 8.71 7.56 -
YUV 82.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 84 84 73 0 0 0.13 0.67 60 0.07 0.31
Hex 54 54 49 0 0 D 43 3C 7 1F
Octal 124 124 111 0 0 15 103 74 7 37
Binary 1010100 1010100 1001001 0 0 1101 1000011 111100 111 11111

Color Harmonies of #545449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545449

Black with #545449

Text Example


Text Example

White with #545449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545449; }

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

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

background-color css

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

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

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

border-color css

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

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

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