#5548AA

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

Shades of Rich Blue #5548AA

Tints of Rich Blue #5548AA

Color information

#5548AA (or 0x5548AA) is unknown color: approx Rich Blue. HEX triplet: 55, 48 and AA. RGB value is (85,72,170). Sum of RGB (Red+Green+Blue) = 85+72+170=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5548AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5548AA is #AAB755. Grayscale: #565656. Windows color (decimal): -11188054 or 11159637. OLE color: 11159637.

HSL color Cylindrical-coordinate representation of color #5548AA: hue angle of 247.96º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5548AA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8572170-
CMYK0.500.5800.33
HSL247.96º40.5%47.45%-
HSV(B)247.96º57.65%66.67%-
XYZ13.329.4739.16-
YUV87.06174.81126.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=25.99%
G=22.02%
B=51.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85721700.500.5800.33247.9640.547.45
Hex5548AA323A021f8282f
Octal12511025262720413705057
Binary1010101100100010101010110010111010010000111111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5548AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5548AA; }

 p { color: rgb(85,72,170); }

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

<style>
 a { background-color: #5548AA; }

 a { background-color: rgb(85,72,170); }

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

<style>
 span { border-color: #5548AA; }

 span { border-color: rgb(85,72,170); }

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