#575A55

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

Shades of Battleship Grey #575A55

Tints of Battleship Grey #575A55

Color information

#575A55 (or 0x575A55) is unknown color: approx Battleship Grey. HEX triplet: 57, 5A and 55. RGB value is (87,90,85). Sum of RGB (Red+Green+Blue) = 87+90+85=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #575A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A55 is #A8A5AA. Grayscale: #585858. Windows color (decimal): -11052459 or 5593687. OLE color: 5593687.

HSL color Cylindrical-coordinate representation of color #575A55: hue angle of 96º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575A55 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB879085-
CMYK0.0300.060.65
HSL96º2.86%34.31%-
HSV(B)96º5.56%35.29%-
XYZ9.239.9910.04-
YUV88.53126.01126.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=33.21%
G=34.35%
B=32.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790850.0300.060.65962.8634.31
Hex575A553064160322
Octal127132125306101140342
Binary1010111101101010101011101101000001110000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A55; }

 p { color: rgb(87,90,85); }

 H1.HeaderClassName
 {
   color: #575A55;
 }
 .AnyTagClassName
 {
   color: #575A55;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #575A55;
 }
 .BgClassName
 {
   background-color: #575A55;
 }
</style>
border-color css

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

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

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