#575D56

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

Shades of Battleship Grey #575D56

Tints of Battleship Grey #575D56

Color information

#575D56 (or 0x575D56) is unknown color: approx Battleship Grey. HEX triplet: 57, 5D and 56. RGB value is (87,93,86). Sum of RGB (Red+Green+Blue) = 87+93+86=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #575D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D56 is #A8A2A9. Grayscale: #5A5A5A. Windows color (decimal): -11051690 or 5659991. OLE color: 5659991.

HSL color Cylindrical-coordinate representation of color #575D56: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575D56 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB879386-
CMYK0.0600.080.64
HSL111.43º3.91%35.1%-
HSV(B)111.43º7.53%36.47%-
XYZ9.5210.5310.33-
YUV90.41125.51125.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=32.71%
G=34.96%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793860.0600.080.64111.433.9135.1
Hex575D56608406f423
Octal1271351266010100157443
Binary1010111101110110101101100100010000001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,86); }

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

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

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

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

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

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

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