#54574F

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

Shades of Chicago #54574F

Tints of Chicago #54574F

Color information

#54574F (or 0x54574F) is unknown color: approx Chicago. HEX triplet: 54, 57 and 4F. RGB value is (84,87,79). Sum of RGB (Red+Green+Blue) = 84+87+79=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #54574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54574F is #ABA8B0. Grayscale: #555555. Windows color (decimal): -11249841 or 5199700. OLE color: 5199700.

HSL color Cylindrical-coordinate representation of color #54574F: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #54574F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB848779-
CMYK0.0300.090.66
HSL82.5º4.82%32.55%-
HSV(B)82.5º9.2%34.12%-
XYZ8.489.278.74-
YUV85.19124.51127.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=33.6%
G=34.8%
B=31.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487790.0300.090.6682.54.8232.55
Hex54574F3094252521
Octal1241271173011102122541
Binary101010010101111001111110100110000101010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,87,79); }

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

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

 a { background-color: rgb(84,87,79); }

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

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

 span { border-color: rgb(84,87,79); }

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