Html Css Color HEX #5E6750 Chicago

📋 copy color: '#5E6750'

red 94 ◦ green 103 ◦ blue 80

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

Shades of Chicago #5E6750

Tints of Chicago #5E6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

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

R = 33.94%
G = 37.18%
B = 28.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#5E6750 (or 0x5E6750) is known color: Chicago. HEX triplet: 5E, 67 and 50. RGB value is (94,103,80). Sum of RGB (Red+Green+Blue) = 94+103+80=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6750 is #A198AF. Grayscale: #616161. Windows color (decimal): -10590384 or 5269342. OLE color: 5269342.

HSL color Cylindrical-coordinate representation of color #5E6750: hue angle of 83.48º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6750 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 103 80 -
CMYK 0.09 0 0.22 0.60
HSL 83.48º 0.13% 0.36% -
HSV(B) 83.48º 0.22% 0.4% -
XYZ 10.91 12.66 9.46 -
YUV 97.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 94 103 80 0.09 0 0.22 0.60 83.48 0.13 0.36
Hex 5E 67 50 9 0 16 3C 53 D 24
Octal 136 147 120 11 0 26 74 123 15 44
Binary 1011110 1100111 1010000 1001 0 10110 111100 1010011 1101 100100

Color Harmonies of #5E6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6750

Black with #5E6750

Text Example


Text Example

White with #5E6750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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