#575C55

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

Shades of Battleship Grey #575C55

Tints of Battleship Grey #575C55

Color information

#575C55 (or 0x575C55) is unknown color: approx Battleship Grey. HEX triplet: 57, 5C and 55. RGB value is (87,92,85). Sum of RGB (Red+Green+Blue) = 87+92+85=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #575C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C55 is #A8A3AA. Grayscale: #595959. Windows color (decimal): -11051947 or 5594199. OLE color: 5594199.

HSL color Cylindrical-coordinate representation of color #575C55: hue angle of 102.86º 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 #575C55 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB879285-
CMYK0.0500.080.64
HSL102.86º3.95%34.71%-
HSV(B)102.86º7.61%36.08%-
XYZ9.410.3410.09-
YUV89.71125.34126.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=32.95%
G=34.85%
B=32.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792850.0500.080.64102.863.9534.71
Hex575C555084067423
Octal1271341255010100147443
Binary1010111101110010101011010100010000001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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