#5D654B

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

Shades of Chicago #5D654B

Tints of Chicago #5D654B

Color information

#5D654B (or 0x5D654B) is unknown color: approx Chicago. HEX triplet: 5D, 65 and 4B. RGB value is (93,101,75). Sum of RGB (Red+Green+Blue) = 93+101+75=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #5D654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D654B is #A29AB4. Grayscale: #5F5F5F. Windows color (decimal): -10656437 or 4941149. OLE color: 4941149.

HSL color Cylindrical-coordinate representation of color #5D654B: hue angle of 78.46º 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 #5D654B is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB9310175-
CMYK0.0800.260.60
HSL78.46º14.77%34.51%-
HSV(B)78.46º25.74%39.61%-
XYZ10.4412.148.45-
YUV95.64116.35126.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=34.57%
G=37.55%
B=27.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101750.0800.260.6078.4614.7734.51
Hex5D654B801A3C4ef23
Octal13514511310032741161743
Binary101110111001011001011100001101011110010011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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