Html Css Color HEX #5E6253 Chicago

📋 copy color: '#5E6253'

red 94 ◦ green 98 ◦ blue 83

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

Shades of Chicago #5E6253

Tints of Chicago #5E6253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 34.18%
G = 35.64%
B = 30.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#5E6253 (or 0x5E6253) is known color: Chicago. HEX triplet: 5E, 62 and 53. RGB value is (94,98,83). Sum of RGB (Red+Green+Blue) = 94+98+83=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6253 is #A19DAC. Grayscale: #5F5F5F. Windows color (decimal): -10591661 or 5464670. OLE color: 5464670.

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

Color convert

RGB 94 98 83 -
CMYK 0.04 0 0.15 0.62
HSL 76º 0.08% 0.35% -
HSV(B) 76º 0.15% 0.38% -
XYZ 10.55 11.74 9.89 -
YUV 95.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 94 98 83 0.04 0 0.15 0.62 76 0.08 0.35
Hex 5E 62 53 4 0 F 3E 4C 8 23
Octal 136 142 123 4 0 17 76 114 10 43
Binary 1011110 1100010 1010011 100 0 1111 111110 1001100 1000 100011

Color Harmonies of #5E6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6253

Black with #5E6253

Text Example


Text Example

White with #5E6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,98,83); }

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

background-color css

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

 a { background-color: rgb(94,98,83); }

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

border-color css

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

 span { border-color: rgb(94,98,83); }

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