#5547BF

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

Shades of Rich Blue #5547BF

Tints of Rich Blue #5547BF

Color information

#5547BF (or 0x5547BF) is unknown color: approx Rich Blue. HEX triplet: 55, 47 and BF. RGB value is (85,71,191). Sum of RGB (Red+Green+Blue) = 85+71+191=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5547BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547BF is #AAB840. Grayscale: #585858. Windows color (decimal): -11188289 or 12535637. OLE color: 12535637.

HSL color Cylindrical-coordinate representation of color #5547BF: hue angle of 247º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5547BF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8571191-
CMYK0.550.6300.25
HSL247º48.39%51.37%-
HSV(B)247º62.83%74.9%-
XYZ15.410.250.45-
YUV88.87185.64125.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 191 (75% from 255) = 55.04%
R=24.50%
G=20.46%
B=55.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85711910.550.6300.2524748.3951.37
Hex5547BF373F019f73033
Octal12510727767770313676063
Binary101010110001111011111111011111111101100111110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5547BF; }

 p { color: rgb(85,71,191); }

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

<style>
 a { background-color: #5547BF; }

 a { background-color: rgb(85,71,191); }

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

<style>
 span { border-color: #5547BF; }

 span { border-color: rgb(85,71,191); }

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