#5D6152

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

Shades of Chicago #5D6152

Tints of Chicago #5D6152

Color information

#5D6152 (or 0x5D6152) is unknown color: approx Chicago. HEX triplet: 5D, 61 and 52. RGB value is (93,97,82). Sum of RGB (Red+Green+Blue) = 93+97+82=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6152 is #A29EAD. Grayscale: #5E5E5E. Windows color (decimal): -10657454 or 5398877. OLE color: 5398877.

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

Color convert

RGB939782-
CMYK0.0400.150.62
HSL76º8.38%35.1%-
HSV(B)76º15.46%38.04%-
XYZ10.3111.499.66-
YUV94.09121.17127.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=34.19%
G=35.66%
B=30.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397820.0400.150.62768.3835.1
Hex5D615240F3E4c823
Octal1351411224017761141043
Binary1011101110000110100101000111111111010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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