#5A5C54

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

Shades of Chicago #5A5C54

Tints of Chicago #5A5C54

Color information

#5A5C54 (or 0x5A5C54) is unknown color: approx Chicago. HEX triplet: 5A, 5C and 54. RGB value is (90,92,84). Sum of RGB (Red+Green+Blue) = 90+92+84=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C54 is #A5A3AB. Grayscale: #5A5A5A. Windows color (decimal): -10855340 or 5528666. OLE color: 5528666.

HSL color Cylindrical-coordinate representation of color #5A5C54: hue angle of 75º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5C54 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB909284-
CMYK0.0200.090.64
HSL75º4.55%34.51%-
HSV(B)75º8.7%36.08%-
XYZ9.6410.479.9-
YUV90.49124.34127.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=33.83%
G=34.59%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9092840.0200.090.64754.5534.51
Hex5A5C54209404b523
Octal1321341242011100113543
Binary101101010111001010100100100110000001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,92,84); }

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

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

 a { background-color: rgb(90,92,84); }

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

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

 span { border-color: rgb(90,92,84); }

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