Html Css Color HEX #586253 Battleship Grey

📋 copy color: '#586253'

red 88 ◦ green 98 ◦ blue 83

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

Shades of Battleship Grey #586253

Tints of Battleship Grey #586253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 32.71%
G = 36.43%
B = 30.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#586253 (or 0x586253) is known color: Battleship Grey. HEX triplet: 58, 62 and 53. RGB value is (88,98,83). Sum of RGB (Red+Green+Blue) = 88+98+83=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #586253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586253 is #A79DAC. Grayscale: #5D5D5D. Windows color (decimal): -10984877 or 5464664. OLE color: 5464664.

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

Color convert

RGB 88 98 83 -
CMYK 0.10 0 0.15 0.62
HSL 100º 0.08% 0.35% -
HSV(B) 100º 0.15% 0.38% -
XYZ 9.95 11.43 9.87 -
YUV 93.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 88 98 83 0.10 0 0.15 0.62 100 0.08 0.35
Hex 58 62 53 A 0 F 3E 64 8 23
Octal 130 142 123 12 0 17 76 144 10 43
Binary 1011000 1100010 1010011 1010 0 1111 111110 1100100 1000 100011

Color Harmonies of #586253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586253

Black with #586253

Text Example


Text Example

White with #586253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586253; }

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

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

background-color css

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

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

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

border-color css

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

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

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