#5147BF

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

Shades of Rich Blue #5147BF

Tints of Rich Blue #5147BF

Color information

#5147BF (or 0x5147BF) is unknown color: approx Rich Blue. HEX triplet: 51, 47 and BF. RGB value is (81,71,191). Sum of RGB (Red+Green+Blue) = 81+71+191=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #5147BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147BF is #AEB840. Grayscale: #575757. Windows color (decimal): -11450433 or 12535633. OLE color: 12535633.

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

Color convert

RGB8171191-
CMYK0.580.6300.25
HSL245º48.39%51.37%-
HSV(B)245º62.83%74.9%-
XYZ15.0510.0250.43-
YUV87.67186.31123.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 191 (75% from 255) = 55.69%
R=23.62%
G=20.70%
B=55.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81711910.580.6300.2524548.3951.37
Hex5147BF3A3F019f53033
Octal12110727772770313656063
Binary101000110001111011111111101011111101100111110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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