Html Css Color HEX #586152 Battleship Grey

📋 copy color: '#586152'

red 88 ◦ green 97 ◦ blue 82

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

Shades of Battleship Grey #586152

Tints of Battleship Grey #586152

RGB

 RED value IS 88 (34.77% from 255) = 32.96%

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 32.96%
G = 36.33%
B = 30.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#586152 (or 0x586152) is known color: Battleship Grey. HEX triplet: 58, 61 and 52. RGB value is (88,97,82). Sum of RGB (Red+Green+Blue) = 88+97+82=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #586152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586152 is #A79EAD. Grayscale: #5C5C5C. Windows color (decimal): -10985134 or 5398872. OLE color: 5398872.

HSL color Cylindrical-coordinate representation of color #586152: hue angle of 96º 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 #586152 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 82 -
CMYK 0.09 0 0.15 0.62
HSL 96º 0.08% 0.35% -
HSV(B) 96º 0.15% 0.38% -
XYZ 9.82 11.23 9.63 -
YUV 92.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 88 97 82 0.09 0 0.15 0.62 96 0.08 0.35
Hex 58 61 52 9 0 F 3E 60 8 23
Octal 130 141 122 11 0 17 76 140 10 43
Binary 1011000 1100001 1010010 1001 0 1111 111110 1100000 1000 100011

Color Harmonies of #586152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586152

Black with #586152

Text Example


Text Example

White with #586152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586152; }

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

 H1.HeaderClassName
 {
   color: #586152;
 }
 .AnyTagClassName
 {
   color: #586152;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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