Html Css Color HEX #586050 Chicago

📋 copy color: '#586050'

red 88 ◦ green 96 ◦ blue 80

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

Shades of Chicago #586050

Tints of Chicago #586050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 33.33%
G = 36.36%
B = 30.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#586050 (or 0x586050) is known color: Chicago. HEX triplet: 58, 60 and 50. RGB value is (88,96,80). Sum of RGB (Red+Green+Blue) = 88+96+80=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #586050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586050 is #A79FAF. Grayscale: #5B5B5B. Windows color (decimal): -10985392 or 5267544. OLE color: 5267544.

HSL color Cylindrical-coordinate representation of color #586050: hue angle of 90º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #586050 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 80 -
CMYK 0.08 0 0.17 0.62
HSL 90º 0.09% 0.35% -
HSV(B) 90º 0.17% 0.38% -
XYZ 9.66 11.02 9.21 -
YUV 91.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 88 96 80 0.08 0 0.17 0.62 90 0.09 0.35
Hex 58 60 50 8 0 11 3E 5A 9 23
Octal 130 140 120 10 0 21 76 132 11 43
Binary 1011000 1100000 1010000 1000 0 10001 111110 1011010 1001 100011

Color Harmonies of #586050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586050

Black with #586050

Text Example


Text Example

White with #586050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586050; }

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

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

background-color css

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

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

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

border-color css

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

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

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