Html Css Color HEX #5E6150 Chicago

📋 copy color: '#5E6150'

red 94 ◦ green 97 ◦ blue 80

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

Shades of Chicago #5E6150

Tints of Chicago #5E6150

RGB

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

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

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

R = 34.69%
G = 35.79%
B = 29.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#5E6150 (or 0x5E6150) is known color: Chicago. HEX triplet: 5E, 61 and 50. RGB value is (94,97,80). Sum of RGB (Red+Green+Blue) = 94+97+80=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6150 is #A19EAF. Grayscale: #5E5E5E. Windows color (decimal): -10591920 or 5267806. OLE color: 5267806.

HSL color Cylindrical-coordinate representation of color #5E6150: hue angle of 70.59º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6150 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 80 -
CMYK 0.03 0 0.18 0.62
HSL 70.59º 0.1% 0.35% -
HSV(B) 70.59º 0.18% 0.38% -
XYZ 10.34 11.51 9.27 -
YUV 94.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 94 97 80 0.03 0 0.18 0.62 70.59 0.1 0.35
Hex 5E 61 50 3 0 12 3E 47 A 23
Octal 136 141 120 3 0 22 76 107 12 43
Binary 1011110 1100001 1010000 11 0 10010 111110 1000111 1010 100011

Color Harmonies of #5E6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6150

Black with #5E6150

Text Example


Text Example

White with #5E6150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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