#586052

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

Shades of Battleship Grey #586052

Tints of Battleship Grey #586052

Color information

#586052 (or 0x586052) is unknown color: approx Battleship Grey. HEX triplet: 58, 60 and 52. RGB value is (88,96,82). Sum of RGB (Red+Green+Blue) = 88+96+82=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #586052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586052 is #A79FAD. Grayscale: #5C5C5C. Windows color (decimal): -10985390 or 5398616. OLE color: 5398616.

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

Color convert

RGB889682-
CMYK0.0800.150.62
HSL94.29º7.87%34.9%-
HSV(B)94.29º14.58%37.65%-
XYZ9.7311.059.6-
YUV92.01122.35125.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=33.08%
G=36.09%
B=30.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896820.0800.150.6294.297.8734.9
Hex58605280F3E5e823
Octal13014012210017761361043
Binary10110001100000101001010000111111111010111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586052; }

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

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

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

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

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

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

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

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