Html Css Color HEX #5E6158 Chicago

📋 copy color: '#5E6158'

red 94 ◦ green 97 ◦ blue 88

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

Shades of Chicago #5E6158

Tints of Chicago #5E6158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 33.69%
G = 34.77%
B = 31.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#5E6158 (or 0x5E6158) is known color: Chicago. HEX triplet: 5E, 61 and 58. RGB value is (94,97,88). Sum of RGB (Red+Green+Blue) = 94+97+88=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6158 is #A19EA7. Grayscale: #5F5F5F. Windows color (decimal): -10591912 or 5792094. OLE color: 5792094.

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

Color convert

RGB 94 97 88 -
CMYK 0.03 0 0.09 0.62
HSL 80º 0.05% 0.36% -
HSV(B) 80º 0.09% 0.38% -
XYZ 10.65 11.63 10.92 -
YUV 95.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 94 97 88 0.03 0 0.09 0.62 80 0.05 0.36
Hex 5E 61 58 3 0 9 3E 50 5 24
Octal 136 141 130 3 0 11 76 120 5 44
Binary 1011110 1100001 1011000 11 0 1001 111110 1010000 101 100100

Color Harmonies of #5E6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6158

Black with #5E6158

Text Example


Text Example

White with #5E6158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,88); }

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

background-color css

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

 a { background-color: rgb(94,97,88); }

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

border-color css

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

 span { border-color: rgb(94,97,88); }

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