#5A5F54

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

Shades of Chicago #5A5F54

Tints of Chicago #5A5F54

Color information

#5A5F54 (or 0x5A5F54) is unknown color: approx Chicago. HEX triplet: 5A, 5F and 54. RGB value is (90,95,84). Sum of RGB (Red+Green+Blue) = 90+95+84=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F54 is #A5A0AB. Grayscale: #5C5C5C. Windows color (decimal): -10854572 or 5529434. OLE color: 5529434.

HSL color Cylindrical-coordinate representation of color #5A5F54: hue angle of 87.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A5F54 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB909584-
CMYK0.0500.120.63
HSL87.27º6.15%35.1%-
HSV(B)87.27º11.58%37.25%-
XYZ9.91119.99-
YUV92.25123.34126.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=33.46%
G=35.32%
B=31.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9095840.0500.120.6387.276.1535.1
Hex5A5F5450C3F57623
Octal132137124501477127643
Binary101101010111111010100101011001111111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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