#575F51

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

Shades of Battleship Grey #575F51

Tints of Battleship Grey #575F51

Color information

#575F51 (or 0x575F51) is unknown color: approx Battleship Grey. HEX triplet: 57, 5F and 51. RGB value is (87,95,81). Sum of RGB (Red+Green+Blue) = 87+95+81=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #575F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F51 is #A8A0AE. Grayscale: #5B5B5B. Windows color (decimal): -11051183 or 5332823. OLE color: 5332823.

HSL color Cylindrical-coordinate representation of color #575F51: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575F51 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB879581-
CMYK0.0800.150.63
HSL94.29º7.95%34.51%-
HSV(B)94.29º14.74%37.25%-
XYZ9.5110.89.37-
YUV91.01122.35125.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=33.08%
G=36.12%
B=30.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8795810.0800.150.6394.297.9534.51
Hex575F5180F3F5e823
Octal12713712110017771361043
Binary10101111011111101000110000111111111110111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,81); }

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

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

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

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

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

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

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