#586154

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

Shades of Battleship Grey #586154

Tints of Battleship Grey #586154

Color information

#586154 (or 0x586154) is unknown color: approx Battleship Grey. HEX triplet: 58, 61 and 54. RGB value is (88,97,84). Sum of RGB (Red+Green+Blue) = 88+97+84=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #586154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586154 is #A79EAB. Grayscale: #5C5C5C. Windows color (decimal): -10985132 or 5529944. OLE color: 5529944.

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

Color convert

RGB889784-
CMYK0.0900.130.62
HSL101.54º7.18%35.49%-
HSV(B)101.54º13.4%38.04%-
XYZ9.911.2610.04-
YUV92.83123.02124.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=32.71%
G=36.06%
B=31.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897840.0900.130.62101.547.1835.49
Hex58615490D3E66723
Octal1301411241101576146743
Binary1011000110000110101001001011011111101100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586154; }

 p { color: rgb(88,97,84); }

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

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

 a { background-color: rgb(88,97,84); }

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

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

 span { border-color: rgb(88,97,84); }

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