Html Css Color HEX #5E6057 Chicago

📋 copy color: '#5E6057'

red 94 ◦ green 96 ◦ blue 87

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

Shades of Chicago #5E6057

Tints of Chicago #5E6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 33.94%
G = 34.66%
B = 31.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#5E6057 (or 0x5E6057) is known color: Chicago. HEX triplet: 5E, 60 and 57. RGB value is (94,96,87). Sum of RGB (Red+Green+Blue) = 94+96+87=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6057 is #A19FA8. Grayscale: #5E5E5E. Windows color (decimal): -10592169 or 5726302. OLE color: 5726302.

HSL color Cylindrical-coordinate representation of color #5E6057: hue angle of 73.33º 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 #5E6057 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 87 -
CMYK 0.02 0 0.09 0.62
HSL 73.33º 0.05% 0.36% -
HSV(B) 73.33º 0.09% 0.38% -
XYZ 10.52 11.43 10.67 -
YUV 94.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 94 96 87 0.02 0 0.09 0.62 73.33 0.05 0.36
Hex 5E 60 57 2 0 9 3E 49 5 24
Octal 136 140 127 2 0 11 76 111 5 44
Binary 1011110 1100000 1010111 10 0 1001 111110 1001001 101 100100

Color Harmonies of #5E6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6057

Black with #5E6057

Text Example


Text Example

White with #5E6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,87); }

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

background-color css

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

 a { background-color: rgb(94,96,87); }

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

border-color css

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

 span { border-color: rgb(94,96,87); }

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