Html Css Color HEX #586154 Battleship Grey

📋 copy color: '#586154'

red 88 ◦ green 97 ◦ blue 84

#586154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #586154

Tints of Battleship Grey #586154

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.2% from 255) = 31.23%

R = 32.71%
G = 36.06%
B = 31.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#586154 (or 0x586154) is known color: 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

RGB 88 97 84 -
CMYK 0.09 0 0.13 0.62
HSL 101.54º 0.07% 0.35% -
HSV(B) 101.54º 0.13% 0.38% -
XYZ 9.9 11.26 10.04 -
YUV 92.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 88 97 84 0.09 0 0.13 0.62 101.54 0.07 0.35
Hex 58 61 54 9 0 D 3E 66 7 23
Octal 130 141 124 11 0 15 76 146 7 43
Binary 1011000 1100001 1010100 1001 0 1101 111110 1100110 111 100011

Color Harmonies of #586154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586154

Black with #586154

Text Example


Text Example

White with #586154

Text Example


Text Example

HTML Codes & Css Web 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>