#5D6150

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

Shades of Chicago #5D6150

Tints of Chicago #5D6150

Color information

#5D6150 (or 0x5D6150) is unknown color: approx Chicago. HEX triplet: 5D, 61 and 50. RGB value is (93,97,80). Sum of RGB (Red+Green+Blue) = 93+97+80=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6150 is #A29EAF. Grayscale: #5D5D5D. Windows color (decimal): -10657456 or 5267805. OLE color: 5267805.

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

Color convert

RGB939780-
CMYK0.0400.180.62
HSL74.12º9.6%34.71%-
HSV(B)74.12º17.53%38.04%-
XYZ10.2411.469.26-
YUV93.87120.17127.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=34.44%
G=35.93%
B=29.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397800.0400.180.6274.129.634.71
Hex5D615040123E4aa23
Octal1351411204022761121243
Binary10111011100001101000010001001011111010010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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