Html Css Color HEX #5B6249 Chicago

📋 copy color: '#5B6249'

red 91 ◦ green 98 ◦ blue 73

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

Shades of Chicago #5B6249

Tints of Chicago #5B6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 34.73%
G = 37.4%
B = 27.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#5B6249 (or 0x5B6249) is known color: Chicago. HEX triplet: 5B, 62 and 49. RGB value is (91,98,73). Sum of RGB (Red+Green+Blue) = 91+98+73=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6249 is #A49DB6. Grayscale: #5D5D5D. Windows color (decimal): -10788279 or 4809307. OLE color: 4809307.

HSL color Cylindrical-coordinate representation of color #5B6249: hue angle of 76.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B6249 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 98 73 -
CMYK 0.07 0 0.26 0.62
HSL 76.8º 0.15% 0.34% -
HSV(B) 76.8º 0.26% 0.38% -
XYZ 9.88 11.44 7.99 -
YUV 93.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 91 98 73 0.07 0 0.26 0.62 76.8 0.15 0.34
Hex 5B 62 49 7 0 1A 3E 4D F 22
Octal 133 142 111 7 0 32 76 115 17 42
Binary 1011011 1100010 1001001 111 0 11010 111110 1001101 1111 100010

Color Harmonies of #5B6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6249

Black with #5B6249

Text Example


Text Example

White with #5B6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,73); }

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

background-color css

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

 a { background-color: rgb(91,98,73); }

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

border-color css

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

 span { border-color: rgb(91,98,73); }

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