Html Css Color HEX #575749 Ship Grey

📋 copy color: '#575749'

red 87 ◦ green 87 ◦ blue 73

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

Shades of Ship Grey #575749

Tints of Ship Grey #575749

RGB

 RED value IS 87 (34.38% from 255) = 35.22%

 GREEN value IS 87 (34.38% from 255) = 35.22%

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

R = 35.22%
G = 35.22%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#575749 (or 0x575749) is known color: Ship Grey. HEX triplet: 57, 57 and 49. RGB value is (87,87,73). Sum of RGB (Red+Green+Blue) = 87+87+73=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575749 is #A8A8B6. Grayscale: #555555. Windows color (decimal): -11053239 or 4806487. OLE color: 4806487.

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

Color convert

RGB 87 87 73 -
CMYK 0 0 0.16 0.66
HSL 60º 0.09% 0.31% -
HSV(B) 60º 0.16% 0.34% -
XYZ 8.54 9.32 7.65 -
YUV 85.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 87 87 73 0 0 0.16 0.66 60 0.09 0.31
Hex 57 57 49 0 0 10 42 3C 9 1F
Octal 127 127 111 0 0 20 102 74 11 37
Binary 1010111 1010111 1001001 0 0 10000 1000010 111100 1001 11111

Color Harmonies of #575749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575749

Black with #575749

Text Example


Text Example

White with #575749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575749; }

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

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

background-color css

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

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

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

border-color css

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

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

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