#5540AE

Color #5540AE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5540AE

Tints of Rich Blue #5540AE

Color information

#5540AE (or 0x5540AE) is unknown color: approx Rich Blue. HEX triplet: 55, 40 and AE. RGB value is (85,64,174). Sum of RGB (Red+Green+Blue) = 85+64+174=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #5540AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5540AE is #AABF51. Grayscale: #525252. Windows color (decimal): -11190098 or 11419733. OLE color: 11419733.

HSL color Cylindrical-coordinate representation of color #5540AE: hue angle of 251.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5540AE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8564174-
CMYK0.510.6300.32
HSL251.45º46.22%46.67%-
HSV(B)251.45º63.22%68.24%-
XYZ13.228.6541.02-
YUV82.82179.46129.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=26.32%
G=19.81%
B=53.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85641740.510.6300.32251.4546.2246.67
Hex5540AE333F020fb2e2f
Octal12510025663770403735657
Binary1010101100000010101110110011111111010000011111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5540AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5540AE; }

 p { color: rgb(85,64,174); }

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

<style>
 a { background-color: #5540AE; }

 a { background-color: rgb(85,64,174); }

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

<style>
 span { border-color: #5540AE; }

 span { border-color: rgb(85,64,174); }

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