#5D6052

Color #5D6052 Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #5D6052

Tints of Chicago #5D6052

Color information

#5D6052 (or 0x5D6052) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 52. RGB value is (93,96,82). Sum of RGB (Red+Green+Blue) = 93+96+82=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6052 is #A29FAD. Grayscale: #5D5D5D. Windows color (decimal): -10657710 or 5398621. OLE color: 5398621.

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

Color convert

RGB939682-
CMYK0.0300.150.62
HSL72.86º7.87%34.9%-
HSV(B)72.86º14.58%37.65%-
XYZ10.2211.39.63-
YUV93.51121.51127.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=34.32%
G=35.42%
B=30.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396820.0300.150.6272.867.8734.9
Hex5D605230F3E49823
Octal1351401223017761111043
Binary101110111000001010010110111111111010010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,82); }

 H1.HeaderClassName
 {
   color: #5D6052;
 }
 .AnyTagClassName
 {
   color: #5D6052;
 }
</style>
background-color css

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

 a { background-color: rgb(93,96,82); }

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

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

 span { border-color: rgb(93,96,82); }

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