#5D664B

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

Shades of Chicago #5D664B

Tints of Chicago #5D664B

Color information

#5D664B (or 0x5D664B) is unknown color: approx Chicago. HEX triplet: 5D, 66 and 4B. RGB value is (93,102,75). Sum of RGB (Red+Green+Blue) = 93+102+75=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D664B is #A299B4. Grayscale: #606060. Windows color (decimal): -10656181 or 4941405. OLE color: 4941405.

HSL color Cylindrical-coordinate representation of color #5D664B: hue angle of 80º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D664B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB9310275-
CMYK0.0900.260.6
HSL80º15.25%34.71%-
HSV(B)80º26.47%40%-
XYZ10.5412.348.48-
YUV96.23116.02125.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=34.44%
G=37.78%
B=27.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102750.0900.260.68015.2534.71
Hex5D664B901A3C50f23
Octal13514611311032741201743
Binary101110111001101001011100101101011110010100001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,75); }

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

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

 a { background-color: rgb(93,102,75); }

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

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

 span { border-color: rgb(93,102,75); }

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