Html Css Color HEX #585A50 Chicago

📋 copy color: '#585A50'

red 88 ◦ green 90 ◦ blue 80

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

Shades of Chicago #585A50

Tints of Chicago #585A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 34.11%
G = 34.88%
B = 31.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#585A50 (or 0x585A50) is known color: Chicago. HEX triplet: 58, 5A and 50. RGB value is (88,90,80). Sum of RGB (Red+Green+Blue) = 88+90+80=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 90 - color contains mainly: green. Hex color #585A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A50 is #A7A5AF. Grayscale: #585858. Windows color (decimal): -10986928 or 5266008. OLE color: 5266008.

HSL color Cylindrical-coordinate representation of color #585A50: hue angle of 72º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585A50 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 80 -
CMYK 0.02 0 0.11 0.65
HSL 72º 0.06% 0.33% -
HSV(B) 72º 0.11% 0.35% -
XYZ 9.13 9.97 9.03 -
YUV 88.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 88 90 80 0.02 0 0.11 0.65 72 0.06 0.33
Hex 58 5A 50 2 0 B 41 48 6 21
Octal 130 132 120 2 0 13 101 110 6 41
Binary 1011000 1011010 1010000 10 0 1011 1000001 1001000 110 100001

Color Harmonies of #585A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A50

Black with #585A50

Text Example


Text Example

White with #585A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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