#575749

Color #575749 Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #575749

Tints of Ship Grey #575749

Color information

#575749 (or 0x575749) is unknown color: approx 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

RGB878773-
CMYK000.160.66
HSL60º8.75%31.37%-
HSV(B)60º16.09%34.12%-
XYZ8.549.327.65-
YUV85.4121129.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878773000.160.66608.7531.37
Hex5757490010423c91f
Octal1271271110020102741137
Binary10101111010111100100100100001000010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>