#5A6153

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

Shades of Chicago #5A6153

Tints of Chicago #5A6153

Color information

#5A6153 (or 0x5A6153) is unknown color: approx Chicago. HEX triplet: 5A, 61 and 53. RGB value is (90,97,83). Sum of RGB (Red+Green+Blue) = 90+97+83=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6153 is #A59EAC. Grayscale: #5D5D5D. Windows color (decimal): -10854061 or 5464410. OLE color: 5464410.

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

Color convert

RGB909783-
CMYK0.0700.140.62
HSL90º7.78%35.29%-
HSV(B)90º14.43%38.04%-
XYZ10.0511.359.84-
YUV93.31122.18125.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=33.33%
G=35.93%
B=30.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097830.0700.140.62907.7835.29
Hex5A615370E3E5a823
Octal1321411237016761321043
Binary1011010110000110100111110111011111010110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,97,83); }

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

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

 a { background-color: rgb(90,97,83); }

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

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

 span { border-color: rgb(90,97,83); }

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