#5D624E

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

Shades of Chicago #5D624E

Tints of Chicago #5D624E

Color information

#5D624E (or 0x5D624E) is unknown color: approx Chicago. HEX triplet: 5D, 62 and 4E. RGB value is (93,98,78). Sum of RGB (Red+Green+Blue) = 93+98+78=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #5D624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D624E is #A29DB1. Grayscale: #5E5E5E. Windows color (decimal): -10657202 or 5136989. OLE color: 5136989.

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

Color convert

RGB939878-
CMYK0.0500.200.62
HSL75º11.36%34.51%-
HSV(B)75º20.41%38.43%-
XYZ10.2611.618.91-
YUV94.22118.84127.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=34.57%
G=36.43%
B=29.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398780.0500.200.627511.3634.51
Hex5D624E50143E4bb23
Octal1351421165024761131343
Binary10111011100010100111010101010011111010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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