#555A4D

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

Shades of Chicago #555A4D

Tints of Chicago #555A4D

Color information

#555A4D (or 0x555A4D) is unknown color: approx Chicago. HEX triplet: 55, 5A and 4D. RGB value is (85,90,77). Sum of RGB (Red+Green+Blue) = 85+90+77=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A4D is #AAA5B2. Grayscale: #575757. Windows color (decimal): -11183539 or 5069397. OLE color: 5069397.

HSL color Cylindrical-coordinate representation of color #555A4D: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555A4D is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB859077-
CMYK0.0600.140.65
HSL83.08º7.78%32.75%-
HSV(B)83.08º14.44%35.29%-
XYZ8.749.788.45-
YUV87.02122.34126.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=33.73%
G=35.71%
B=30.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590770.0600.140.6583.087.7832.75
Hex555A4D60E4153821
Octal12513211560161011231041
Binary10101011011010100110111001110100000110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A4D; }

 p { color: rgb(85,90,77); }

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

<style>
 a { background-color: #555A4D; }

 a { background-color: rgb(85,90,77); }

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

<style>
 span { border-color: #555A4D; }

 span { border-color: rgb(85,90,77); }

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