#585C56

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

Shades of Battleship Grey #585C56

Tints of Battleship Grey #585C56

Color information

#585C56 (or 0x585C56) is unknown color: approx Battleship Grey. HEX triplet: 58, 5C and 56. RGB value is (88,92,86). Sum of RGB (Red+Green+Blue) = 88+92+86=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #585C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C56 is #A7A3A9. Grayscale: #5A5A5A. Windows color (decimal): -10986410 or 5659736. OLE color: 5659736.

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

Color convert

RGB889286-
CMYK0.0400.070.64
HSL100º3.37%34.9%-
HSV(B)100º6.52%36.08%-
XYZ9.5310.410.31-
YUV90.12125.67126.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=33.08%
G=34.59%
B=32.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892860.0400.070.641003.3734.9
Hex585C564074064323
Octal130134126407100144343
Binary10110001011100101011010001111000000110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585C56; }

 p { color: rgb(88,92,86); }

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

<style>
 a { background-color: #585C56; }

 a { background-color: rgb(88,92,86); }

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

<style>
 span { border-color: #585C56; }

 span { border-color: rgb(88,92,86); }

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