#5549A5

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

Shades of Rich Blue #5549A5

Tints of Rich Blue #5549A5

Color information

#5549A5 (or 0x5549A5) is unknown color: approx Rich Blue. HEX triplet: 55, 49 and A5. RGB value is (85,73,165). Sum of RGB (Red+Green+Blue) = 85+73+165=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #5549A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5549A5 is #AAB65A. Grayscale: #565656. Windows color (decimal): -11187803 or 10832213. OLE color: 10832213.

HSL color Cylindrical-coordinate representation of color #5549A5: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5549A5 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8573165-
CMYK0.480.5600.35
HSL247.83º38.66%46.67%-
HSV(B)247.83º55.76%64.71%-
XYZ12.929.4136.73-
YUV87.08171.98126.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=26.32%
G=22.60%
B=51.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85731650.480.5600.35247.8338.6646.67
Hex5549A53038023f8272f
Octal12511124560700433704757
Binary1010101100100110100101110000111000010001111111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549A5; }

 p { color: rgb(85,73,165); }

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

<style>
 a { background-color: #5549A5; }

 a { background-color: rgb(85,73,165); }

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

<style>
 span { border-color: #5549A5; }

 span { border-color: rgb(85,73,165); }

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