#5D654C

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

Shades of Chicago #5D654C

Tints of Chicago #5D654C

Color information

#5D654C (or 0x5D654C) is unknown color: approx Chicago. HEX triplet: 5D, 65 and 4C. RGB value is (93,101,76). Sum of RGB (Red+Green+Blue) = 93+101+76=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #5D654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D654C is #A29AB3. Grayscale: #5F5F5F. Windows color (decimal): -10656436 or 5006685. OLE color: 5006685.

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

Color convert

RGB9310176-
CMYK0.0800.250.60
HSL79.2º14.12%34.71%-
HSV(B)79.2º24.75%39.61%-
XYZ10.4712.168.63-
YUV95.76116.85126.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=34.44%
G=37.41%
B=28.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101760.0800.250.6079.214.1234.71
Hex5D654C80193C4fe23
Octal13514511410031741171643
Binary101110111001011001100100001100111110010011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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