#5548A9

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

Shades of Rich Blue #5548A9

Tints of Rich Blue #5548A9

Color information

#5548A9 (or 0x5548A9) is unknown color: approx Rich Blue. HEX triplet: 55, 48 and A9. RGB value is (85,72,169). Sum of RGB (Red+Green+Blue) = 85+72+169=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #5548A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5548A9 is #AAB756. Grayscale: #565656. Windows color (decimal): -11188055 or 11094101. OLE color: 11094101.

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

Color convert

RGB8572169-
CMYK0.500.5700.34
HSL248.04º40.25%47.25%-
HSV(B)248.04º57.4%66.27%-
XYZ13.239.4338.66-
YUV86.94174.31126.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 169 (66.41% from 255) = 51.84%
R=26.07%
G=22.09%
B=51.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85721690.500.5700.34248.0440.2547.25
Hex5548A93239022f8282f
Octal12511025162710423705057
Binary1010101100100010101001110010111001010001011111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5548A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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