#5148AA

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

Shades of Rich Blue #5148AA

Tints of Rich Blue #5148AA

Color information

#5148AA (or 0x5148AA) is unknown color: approx Rich Blue. HEX triplet: 51, 48 and AA. RGB value is (81,72,170). Sum of RGB (Red+Green+Blue) = 81+72+170=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5148AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5148AA is #AEB755. Grayscale: #555555. Windows color (decimal): -11450198 or 11159633. OLE color: 11159633.

HSL color Cylindrical-coordinate representation of color #5148AA: hue angle of 245.51º degrees, saturation: 0.4, 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 #5148AA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8172170-
CMYK0.520.5800.33
HSL245.51º40.5%47.45%-
HSV(B)245.51º57.65%66.67%-
XYZ12.979.2939.14-
YUV85.86175.48124.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=25.08%
G=22.29%
B=52.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81721700.520.5800.33245.5140.547.45
Hex5148AA343A021f6282f
Octal12111025264720413665057
Binary1010001100100010101010110100111010010000111110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5148AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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