#5549AF

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

Shades of Rich Blue #5549AF

Tints of Rich Blue #5549AF

Color information

#5549AF (or 0x5549AF) is unknown color: approx Rich Blue. HEX triplet: 55, 49 and AF. RGB value is (85,73,175). Sum of RGB (Red+Green+Blue) = 85+73+175=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #5549AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5549AF is #AAB650. Grayscale: #575757. Windows color (decimal): -11187793 or 11487573. OLE color: 11487573.

HSL color Cylindrical-coordinate representation of color #5549AF: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5549AF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8573175-
CMYK0.510.5800.31
HSL247.06º41.13%48.63%-
HSV(B)247.06º58.29%68.63%-
XYZ13.879.7941.72-
YUV88.22176.98125.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=25.53%
G=21.92%
B=52.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85731750.510.5800.31247.0641.1348.63
Hex5549AF333A01Ff72931
Octal12511125763720373675161
Binary101010110010011010111111001111101001111111110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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