Html Css Color HEX #5E6155 Chicago

📋 copy color: '#5E6155'

red 94 ◦ green 97 ◦ blue 85

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

Shades of Chicago #5E6155

Tints of Chicago #5E6155

RGB

 RED value IS 94 (37.11% from 255) = 34.06%

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

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

R = 34.06%
G = 35.14%
B = 30.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#5E6155 (or 0x5E6155) is known color: Chicago. HEX triplet: 5E, 61 and 55. RGB value is (94,97,85). Sum of RGB (Red+Green+Blue) = 94+97+85=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6155 is #A19EAA. Grayscale: #5E5E5E. Windows color (decimal): -10591915 or 5595486. OLE color: 5595486.

HSL color Cylindrical-coordinate representation of color #5E6155: hue angle of 75º 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 #5E6155 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 85 -
CMYK 0.03 0 0.12 0.62
HSL 75º 0.07% 0.36% -
HSV(B) 75º 0.12% 0.38% -
XYZ 10.53 11.58 10.28 -
YUV 94.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 94 97 85 0.03 0 0.12 0.62 75 0.07 0.36
Hex 5E 61 55 3 0 C 3E 4B 7 24
Octal 136 141 125 3 0 14 76 113 7 44
Binary 1011110 1100001 1010101 11 0 1100 111110 1001011 111 100100

Color Harmonies of #5E6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6155

Black with #5E6155

Text Example


Text Example

White with #5E6155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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