Html Css Color HEX #586056 Battleship Grey

📋 copy color: '#586056'

red 88 ◦ green 96 ◦ blue 86

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

Shades of Battleship Grey #586056

Tints of Battleship Grey #586056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 32.59%
G = 35.56%
B = 31.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#586056 (or 0x586056) is known color: Battleship Grey. HEX triplet: 58, 60 and 56. RGB value is (88,96,86). Sum of RGB (Red+Green+Blue) = 88+96+86=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #586056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586056 is #A79FA9. Grayscale: #5C5C5C. Windows color (decimal): -10985386 or 5660760. OLE color: 5660760.

HSL color Cylindrical-coordinate representation of color #586056: hue angle of 108º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #586056 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 86 -
CMYK 0.08 0 0.10 0.62
HSL 108º 0.05% 0.36% -
HSV(B) 108º 0.1% 0.38% -
XYZ 9.89 11.11 10.43 -
YUV 92.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 88 96 86 0.08 0 0.10 0.62 108 0.05 0.36
Hex 58 60 56 8 0 A 3E 6C 5 24
Octal 130 140 126 10 0 12 76 154 5 44
Binary 1011000 1100000 1010110 1000 0 1010 111110 1101100 101 100100

Color Harmonies of #586056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586056

Black with #586056

Text Example


Text Example

White with #586056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586056; }

 p { color: rgb(88,96,86); }

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

background-color css

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

 a { background-color: rgb(88,96,86); }

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

border-color css

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

 span { border-color: rgb(88,96,86); }

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