Html Css Color HEX #5B6350 Chicago

📋 copy color: '#5B6350'

red 91 ◦ green 99 ◦ blue 80

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

Shades of Chicago #5B6350

Tints of Chicago #5B6350

RGB

 RED value IS 91 (35.94% from 255) = 33.7%

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 33.7%
G = 36.67%
B = 29.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#5B6350 (or 0x5B6350) is known color: Chicago. HEX triplet: 5B, 63 and 50. RGB value is (91,99,80). Sum of RGB (Red+Green+Blue) = 91+99+80=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6350 is #A49CAF. Grayscale: #5E5E5E. Windows color (decimal): -10788016 or 5268315. OLE color: 5268315.

HSL color Cylindrical-coordinate representation of color #5B6350: hue angle of 85.26º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6350 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 80 -
CMYK 0.08 0 0.19 0.61
HSL 85.26º 0.11% 0.35% -
HSV(B) 85.26º 0.19% 0.39% -
XYZ 10.22 11.73 9.31 -
YUV 94.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 91 99 80 0.08 0 0.19 0.61 85.26 0.11 0.35
Hex 5B 63 50 8 0 13 3D 55 B 23
Octal 133 143 120 10 0 23 75 125 13 43
Binary 1011011 1100011 1010000 1000 0 10011 111101 1010101 1011 100011

Color Harmonies of #5B6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6350

Black with #5B6350

Text Example


Text Example

White with #5B6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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