#5544AE

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

Shades of Rich Blue #5544AE

Tints of Rich Blue #5544AE

Color information

#5544AE (or 0x5544AE) is unknown color: approx Rich Blue. HEX triplet: 55, 44 and AE. RGB value is (85,68,174). Sum of RGB (Red+Green+Blue) = 85+68+174=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5544AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5544AE is #AABB51. Grayscale: #545454. Windows color (decimal): -11189074 or 11420757. OLE color: 11420757.

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

Color convert

RGB8568174-
CMYK0.510.6100.32
HSL249.62º43.8%47.45%-
HSV(B)249.62º60.92%68.24%-
XYZ13.459.1241.1-
YUV85.17178.13127.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=25.99%
G=20.80%
B=53.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85681740.510.6100.32249.6243.847.45
Hex5544AE333D020fa2c2f
Octal12510425663750403725457
Binary1010101100010010101110110011111101010000011111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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