#585D56

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

Shades of Battleship Grey #585D56

Tints of Battleship Grey #585D56

Color information

#585D56 (or 0x585D56) is unknown color: approx Battleship Grey. HEX triplet: 58, 5D and 56. RGB value is (88,93,86). Sum of RGB (Red+Green+Blue) = 88+93+86=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #585D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D56 is #A7A2A9. Grayscale: #5A5A5A. Windows color (decimal): -10986154 or 5659992. OLE color: 5659992.

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

Color convert

RGB889386-
CMYK0.0500.080.64
HSL102.86º3.91%35.1%-
HSV(B)102.86º7.53%36.47%-
XYZ9.6210.5810.34-
YUV90.71125.34126.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=32.96%
G=34.83%
B=32.21%

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
Decimal8893860.0500.080.64102.863.9135.1
Hex585D565084067423
Octal1301351265010100147443
Binary1011000101110110101101010100010000001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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