Html Css Color HEX #5E664C Chicago

📋 copy color: '#5E664C'

red 94 ◦ green 102 ◦ blue 76

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

Shades of Chicago #5E664C

Tints of Chicago #5E664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 34.56%
G = 37.5%
B = 27.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#5E664C (or 0x5E664C) is known color: Chicago. HEX triplet: 5E, 66 and 4C. RGB value is (94,102,76). Sum of RGB (Red+Green+Blue) = 94+102+76=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #5E664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E664C is #A199B3. Grayscale: #606060. Windows color (decimal): -10590644 or 5006942. OLE color: 5006942.

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

Color convert

RGB 94 102 76 -
CMYK 0.08 0 0.25 0.6
HSL 78.46º 0.15% 0.35% -
HSV(B) 78.46º 0.25% 0.4% -
XYZ 10.67 12.4 8.67 -
YUV 96.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 94 102 76 0.08 0 0.25 0.6 78.46 0.15 0.35
Hex 5E 66 4C 8 0 19 3C 4E F 23
Octal 136 146 114 10 0 31 74 116 17 43
Binary 1011110 1100110 1001100 1000 0 11001 111100 1001110 1111 100011

Color Harmonies of #5E664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E664C

Black with #5E664C

Text Example


Text Example

White with #5E664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,76); }

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

background-color css

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

 a { background-color: rgb(94,102,76); }

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

border-color css

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

 span { border-color: rgb(94,102,76); }

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