Html Css Color HEX #5E6255 Chicago

📋 copy color: '#5E6255'

red 94 ◦ green 98 ◦ blue 85

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

Shades of Chicago #5E6255

Tints of Chicago #5E6255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 33.94%
G = 35.38%
B = 30.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#5E6255 (or 0x5E6255) is known color: Chicago. HEX triplet: 5E, 62 and 55. RGB value is (94,98,85). Sum of RGB (Red+Green+Blue) = 94+98+85=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6255 is #A19DAA. Grayscale: #5F5F5F. Windows color (decimal): -10591659 or 5595742. OLE color: 5595742.

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

Color convert

RGB 94 98 85 -
CMYK 0.04 0 0.13 0.62
HSL 78.46º 0.07% 0.36% -
HSV(B) 78.46º 0.13% 0.38% -
XYZ 10.62 11.77 10.31 -
YUV 95.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 94 98 85 0.04 0 0.13 0.62 78.46 0.07 0.36
Hex 5E 62 55 4 0 D 3E 4E 7 24
Octal 136 142 125 4 0 15 76 116 7 44
Binary 1011110 1100010 1010101 100 0 1101 111110 1001110 111 100100

Color Harmonies of #5E6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6255

Black with #5E6255

Text Example


Text Example

White with #5E6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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