#5147AB

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

Shades of Rich Blue #5147AB

Tints of Rich Blue #5147AB

Color information

#5147AB (or 0x5147AB) is unknown color: approx Rich Blue. HEX triplet: 51, 47 and AB. RGB value is (81,71,171). Sum of RGB (Red+Green+Blue) = 81+71+171=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #5147AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5147AB is #AEB854. Grayscale: #555555. Windows color (decimal): -11450453 or 11224913. OLE color: 11224913.

HSL color Cylindrical-coordinate representation of color #5147AB: hue angle of 246º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5147AB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8171171-
CMYK0.530.5800.33
HSL246º41.32%47.45%-
HSV(B)246º58.48%67.06%-
XYZ139.239.62-
YUV85.39176.31124.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=25.08%
G=21.98%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81711710.530.5800.3324641.3247.45
Hex5147AB353A021f6292f
Octal12110725365720413665157
Binary1010001100011110101011110101111010010000111110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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