#5148A7

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

Shades of Rich Blue #5148A7

Tints of Rich Blue #5148A7

Color information

#5148A7 (or 0x5148A7) is unknown color: approx Rich Blue. HEX triplet: 51, 48 and A7. RGB value is (81,72,167). Sum of RGB (Red+Green+Blue) = 81+72+167=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #5148A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148A7 is #AEB758. Grayscale: #555555. Windows color (decimal): -11450201 or 10963025. OLE color: 10963025.

HSL color Cylindrical-coordinate representation of color #5148A7: hue angle of 245.68º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5148A7 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8172167-
CMYK0.510.5700.35
HSL245.68º39.75%46.86%-
HSV(B)245.68º56.89%65.49%-
XYZ12.699.1737.66-
YUV85.52173.98124.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 167 (65.62% from 255) = 52.19%
R=25.31%
G=22.5%
B=52.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81721670.510.5700.35245.6839.7546.86
Hex5148A73339023f6282f
Octal12111024763710433665057
Binary1010001100100010100111110011111001010001111110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5148A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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