Html Css Color HEX #5B6155 Chicago

📋 copy color: '#5B6155'

red 91 ◦ green 97 ◦ blue 85

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

Shades of Chicago #5B6155

Tints of Chicago #5B6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 33.33%
G = 35.53%
B = 31.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#5B6155 (or 0x5B6155) is known color: Chicago. HEX triplet: 5B, 61 and 55. RGB value is (91,97,85). Sum of RGB (Red+Green+Blue) = 91+97+85=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6155 is #A49EAA. Grayscale: #5D5D5D. Windows color (decimal): -10788523 or 5595483. OLE color: 5595483.

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

Color convert

RGB 91 97 85 -
CMYK 0.06 0 0.12 0.62
HSL 90º 0.07% 0.36% -
HSV(B) 90º 0.12% 0.38% -
XYZ 10.23 11.43 10.26 -
YUV 93.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 91 97 85 0.06 0 0.12 0.62 90 0.07 0.36
Hex 5B 61 55 6 0 C 3E 5A 7 24
Octal 133 141 125 6 0 14 76 132 7 44
Binary 1011011 1100001 1010101 110 0 1100 111110 1011010 111 100100

Color Harmonies of #5B6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6155

Black with #5B6155

Text Example


Text Example

White with #5B6155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,85); }

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

background-color css

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

 a { background-color: rgb(91,97,85); }

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

border-color css

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

 span { border-color: rgb(91,97,85); }

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