#5546BF

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

Shades of Rich Blue #5546BF

Tints of Rich Blue #5546BF

Color information

#5546BF (or 0x5546BF) is unknown color: approx Rich Blue. HEX triplet: 55, 46 and BF. RGB value is (85,70,191). Sum of RGB (Red+Green+Blue) = 85+70+191=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #5546BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5546BF is #AAB940. Grayscale: #575757. Windows color (decimal): -11188545 or 12535381. OLE color: 12535381.

HSL color Cylindrical-coordinate representation of color #5546BF: hue angle of 247.44º degrees, saturation: 0.49, 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 #5546BF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8570191-
CMYK0.550.6300.25
HSL247.44º48.59%51.18%-
HSV(B)247.44º63.35%74.9%-
XYZ15.3410.0750.43-
YUV88.28185.97125.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 191 (75% from 255) = 55.20%
R=24.57%
G=20.23%
B=55.20%

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
Decimal85701910.550.6300.25247.4448.5951.18
Hex5546BF373F019f73133
Octal12510627767770313676163
Binary101010110001101011111111011111111101100111110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5546BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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