#5D624F

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

Shades of Chicago #5D624F

Tints of Chicago #5D624F

Color information

#5D624F (or 0x5D624F) is unknown color: approx Chicago. HEX triplet: 5D, 62 and 4F. RGB value is (93,98,79). Sum of RGB (Red+Green+Blue) = 93+98+79=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #5D624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D624F is #A29DB0. Grayscale: #5E5E5E. Windows color (decimal): -10657201 or 5202525. OLE color: 5202525.

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

Color convert

RGB939879-
CMYK0.0500.190.62
HSL75.79º10.73%34.71%-
HSV(B)75.79º19.39%38.43%-
XYZ10.2911.639.1-
YUV94.34119.34127.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=34.44%
G=36.30%
B=29.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398790.0500.190.6275.7910.7334.71
Hex5D624F50133E4cb23
Octal1351421175023761141343
Binary10111011100010100111110101001111111010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,79); }

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

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

 a { background-color: rgb(93,98,79); }

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

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

 span { border-color: rgb(93,98,79); }

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