Html Css Color HEX #5E6552 Chicago

📋 copy color: '#5E6552'

red 94 ◦ green 101 ◦ blue 82

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

Shades of Chicago #5E6552

Tints of Chicago #5E6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 33.94%
G = 36.46%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#5E6552 (or 0x5E6552) is known color: Chicago. HEX triplet: 5E, 65 and 52. RGB value is (94,101,82). Sum of RGB (Red+Green+Blue) = 94+101+82=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6552 is #A19AAD. Grayscale: #606060. Windows color (decimal): -10590894 or 5399902. OLE color: 5399902.

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

Color convert

RGB 94 101 82 -
CMYK 0.07 0 0.19 0.60
HSL 82.11º 0.1% 0.36% -
HSV(B) 82.11º 0.19% 0.4% -
XYZ 10.79 12.3 9.79 -
YUV 96.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 94 101 82 0.07 0 0.19 0.60 82.11 0.1 0.36
Hex 5E 65 52 7 0 13 3C 52 A 24
Octal 136 145 122 7 0 23 74 122 12 44
Binary 1011110 1100101 1010010 111 0 10011 111100 1010010 1010 100100

Color Harmonies of #5E6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6552

Black with #5E6552

Text Example


Text Example

White with #5E6552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,101,82); }

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

background-color css

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

 a { background-color: rgb(94,101,82); }

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

border-color css

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

 span { border-color: rgb(94,101,82); }

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