#53554F

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

Shades of Chicago #53554F

Tints of Chicago #53554F

Color information

#53554F (or 0x53554F) is unknown color: approx Chicago. HEX triplet: 53, 55 and 4F. RGB value is (83,85,79). Sum of RGB (Red+Green+Blue) = 83+85+79=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #53554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53554F is #ACAAB0. Grayscale: #535353. Windows color (decimal): -11315889 or 5199187. OLE color: 5199187.

HSL color Cylindrical-coordinate representation of color #53554F: hue angle of 80º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #53554F is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB838579-
CMYK0.0200.070.67
HSL80º3.66%32.16%-
HSV(B)80º7.06%33.33%-
XYZ8.238.98.68-
YUV83.72125.34127.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=33.60%
G=34.41%
B=31.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385790.0200.070.67803.6632.16
Hex53554F2074350420
Octal123125117207103120440
Binary10100111010101100111110011110000111010000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53554F; }

 p { color: rgb(83,85,79); }

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

<style>
 a { background-color: #53554F; }

 a { background-color: rgb(83,85,79); }

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

<style>
 span { border-color: #53554F; }

 span { border-color: rgb(83,85,79); }

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