#5549BA

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

Shades of Rich Blue #5549BA

Tints of Rich Blue #5549BA

Color information

#5549BA (or 0x5549BA) is unknown color: approx Rich Blue. HEX triplet: 55, 49 and BA. RGB value is (85,73,186). Sum of RGB (Red+Green+Blue) = 85+73+186=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #5549BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549BA is #AAB645. Grayscale: #595959. Windows color (decimal): -11187782 or 12208469. OLE color: 12208469.

HSL color Cylindrical-coordinate representation of color #5549BA: hue angle of 246.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5549BA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8573186-
CMYK0.540.6100.27
HSL246.37º45.02%50.78%-
HSV(B)246.37º60.75%72.94%-
XYZ14.9910.2447.64-
YUV89.47182.48124.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=24.71%
G=21.22%
B=54.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85731860.540.6100.27246.3745.0250.78
Hex5549BA363D01Bf62d33
Octal12511127266750333665563
Binary101010110010011011101011011011110101101111110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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