#5D6555

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

Shades of Chicago #5D6555

Tints of Chicago #5D6555

Color information

#5D6555 (or 0x5D6555) is unknown color: approx Chicago. HEX triplet: 5D, 65 and 55. RGB value is (93,101,85). Sum of RGB (Red+Green+Blue) = 93+101+85=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6555 is #A29AAA. Grayscale: #606060. Windows color (decimal): -10656427 or 5596509. OLE color: 5596509.

HSL color Cylindrical-coordinate representation of color #5D6555: hue angle of 90º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D6555 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB9310185-
CMYK0.0800.160.60
HSL90º8.6%36.47%-
HSV(B)90º15.84%39.61%-
XYZ10.8112.2910.4-
YUV96.78121.35125.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=33.33%
G=36.20%
B=30.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101850.0800.160.60908.636.47
Hex5D655580103C5a924
Octal13514512510020741321144
Binary101110111001011010101100001000011110010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,85); }

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

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

 a { background-color: rgb(93,101,85); }

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

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

 span { border-color: rgb(93,101,85); }

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