#586053

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

Shades of Battleship Grey #586053

Tints of Battleship Grey #586053

Color information

#586053 (or 0x586053) is unknown color: approx Battleship Grey. HEX triplet: 58, 60 and 53. RGB value is (88,96,83). Sum of RGB (Red+Green+Blue) = 88+96+83=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #586053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586053 is #A79FAC. Grayscale: #5C5C5C. Windows color (decimal): -10985389 or 5464152. OLE color: 5464152.

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

Color convert

RGB889683-
CMYK0.0800.140.62
HSL96.92º7.26%35.1%-
HSV(B)96.92º13.54%37.65%-
XYZ9.7711.069.8-
YUV92.13122.85125.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=32.96%
G=35.96%
B=31.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896830.0800.140.6296.927.2635.1
Hex58605380E3E61723
Octal1301401231001676141743
Binary1011000110000010100111000011101111101100001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586053; }

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

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

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

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

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

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

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

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