Html Css Color HEX #586053 Battleship Grey

📋 copy color: '#586053'

red 88 ◦ green 96 ◦ blue 83

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

Shades of Battleship Grey #586053

Tints of Battleship Grey #586053

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 value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 88 96 83 -
CMYK 0.08 0 0.14 0.62
HSL 96.92º 0.07% 0.35% -
HSV(B) 96.92º 0.14% 0.38% -
XYZ 9.77 11.06 9.8 -
YUV 92.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 88 96 83 0.08 0 0.14 0.62 96.92 0.07 0.35
Hex 58 60 53 8 0 E 3E 61 7 23
Octal 130 140 123 10 0 16 76 141 7 43
Binary 1011000 1100000 1010011 1000 0 1110 111110 1100001 111 100011

Color Harmonies of #586053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586053

Black with #586053

Text Example


Text Example

White with #586053

Text Example


Text Example

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