#586056

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

Shades of Battleship Grey #586056

Tints of Battleship Grey #586056

Color information

#586056 (or 0x586056) is unknown color: approx Battleship Grey. HEX triplet: 58, 60 and 56. RGB value is (88,96,86). Sum of RGB (Red+Green+Blue) = 88+96+86=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #586056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586056 is #A79FA9. Grayscale: #5C5C5C. Windows color (decimal): -10985386 or 5660760. OLE color: 5660760.

HSL color Cylindrical-coordinate representation of color #586056: hue angle of 108º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #586056 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB889686-
CMYK0.0800.100.62
HSL108º5.49%35.69%-
HSV(B)108º10.42%37.65%-
XYZ9.8911.1110.43-
YUV92.47124.35124.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=32.59%
G=35.56%
B=31.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896860.0800.100.621085.4935.69
Hex58605680A3E6c524
Octal1301401261001276154544
Binary1011000110000010101101000010101111101101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586056; }

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

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

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

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

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

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

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

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