#5D6053

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

Shades of Chicago #5D6053

Tints of Chicago #5D6053

Color information

#5D6053 (or 0x5D6053) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 53. RGB value is (93,96,83). Sum of RGB (Red+Green+Blue) = 93+96+83=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6053 is #A29FAC. Grayscale: #5D5D5D. Windows color (decimal): -10657709 or 5464157. OLE color: 5464157.

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

Color convert

RGB939683-
CMYK0.0300.140.62
HSL73.85º7.26%35.1%-
HSV(B)73.85º13.54%37.65%-
XYZ10.2611.329.83-
YUV93.62122.01127.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=34.19%
G=35.29%
B=30.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396830.0300.140.6273.857.2635.1
Hex5D605330E3E4a723
Octal135140123301676112743
Binary10111011100000101001111011101111101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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