Html Css Color HEX #585B50 Chicago

📋 copy color: '#585B50'

red 88 ◦ green 91 ◦ blue 80

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

Shades of Chicago #585B50

Tints of Chicago #585B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

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

R = 33.98%
G = 35.14%
B = 30.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#585B50 (or 0x585B50) is known color: Chicago. HEX triplet: 58, 5B and 50. RGB value is (88,91,80). Sum of RGB (Red+Green+Blue) = 88+91+80=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #585B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B50 is #A7A4AF. Grayscale: #585858. Windows color (decimal): -10986672 or 5266264. OLE color: 5266264.

HSL color Cylindrical-coordinate representation of color #585B50: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585B50 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 91 80 -
CMYK 0.03 0 0.12 0.64
HSL 76.36º 0.06% 0.34% -
HSV(B) 76.36º 0.12% 0.36% -
XYZ 9.21 10.14 9.06 -
YUV 88.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 88 91 80 0.03 0 0.12 0.64 76.36 0.06 0.34
Hex 58 5B 50 3 0 C 40 4C 6 22
Octal 130 133 120 3 0 14 100 114 6 42
Binary 1011000 1011011 1010000 11 0 1100 1000000 1001100 110 100010

Color Harmonies of #585B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B50

Black with #585B50

Text Example


Text Example

White with #585B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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