#5B624E

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

Shades of Chicago #5B624E

Tints of Chicago #5B624E

Color information

#5B624E (or 0x5B624E) is unknown color: approx Chicago. HEX triplet: 5B, 62 and 4E. RGB value is (91,98,78). Sum of RGB (Red+Green+Blue) = 91+98+78=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #5B624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B624E is #A49DB1. Grayscale: #5D5D5D. Windows color (decimal): -10788274 or 5136987. OLE color: 5136987.

HSL color Cylindrical-coordinate representation of color #5B624E: hue angle of 81º 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 #5B624E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB919878-
CMYK0.0700.200.62
HSL81º11.36%34.51%-
HSV(B)81º20.41%38.43%-
XYZ10.0611.518.9-
YUV93.63119.18126.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=34.08%
G=36.70%
B=29.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198780.0700.200.628111.3634.51
Hex5B624E70143E51b23
Octal1331421167024761211343
Binary10110111100010100111011101010011111010100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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