#5148AB

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

Shades of Rich Blue #5148AB

Tints of Rich Blue #5148AB

Color information

#5148AB (or 0x5148AB) is unknown color: approx Rich Blue. HEX triplet: 51, 48 and AB. RGB value is (81,72,171). Sum of RGB (Red+Green+Blue) = 81+72+171=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5148AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148AB is #AEB754. Grayscale: #555555. Windows color (decimal): -11450197 or 11225169. OLE color: 11225169.

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

Color convert

RGB8172171-
CMYK0.530.5800.33
HSL245.45º40.74%47.65%-
HSV(B)245.45º57.89%67.06%-
XYZ13.069.3239.64-
YUV85.98175.98124.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=25%
G=22.22%
B=52.78%

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
Decimal81721710.530.5800.33245.4540.7447.65
Hex5148AB353A021f52930
Octal12111025365720413655160
Binary1010001100100010101011110101111010010000111110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5148AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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