#5A6053

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

Shades of Chicago #5A6053

Tints of Chicago #5A6053

Color information

#5A6053 (or 0x5A6053) is unknown color: approx Chicago. HEX triplet: 5A, 60 and 53. RGB value is (90,96,83). Sum of RGB (Red+Green+Blue) = 90+96+83=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6053 is #A59FAC. Grayscale: #5C5C5C. Windows color (decimal): -10854317 or 5464154. OLE color: 5464154.

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

Color convert

RGB909683-
CMYK0.0600.140.62
HSL87.69º7.26%35.1%-
HSV(B)87.69º13.54%37.65%-
XYZ9.9611.169.81-
YUV92.72122.51126.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=33.46%
G=35.69%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096830.0600.140.6287.697.2635.1
Hex5A605360E3E58723
Octal132140123601676130743
Binary101101011000001010011110011101111101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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