#5141AA

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

Shades of Rich Blue #5141AA

Tints of Rich Blue #5141AA

Color information

#5141AA (or 0x5141AA) is unknown color: approx Rich Blue. HEX triplet: 51, 41 and AA. RGB value is (81,65,170). Sum of RGB (Red+Green+Blue) = 81+65+170=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #5141AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5141AA is #AEBE55. Grayscale: #515151. Windows color (decimal): -11451990 or 11157841. OLE color: 11157841.

HSL color Cylindrical-coordinate representation of color #5141AA: hue angle of 249.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5141AA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8165170-
CMYK0.520.6200.33
HSL249.14º44.68%46.08%-
HSV(B)249.14º61.76%66.67%-
XYZ12.548.4339-
YUV81.75177.8127.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=25.63%
G=20.57%
B=53.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81651700.520.6200.33249.1444.6846.08
Hex5141AA343E021f92d2e
Octal12110125264760413715556
Binary1010001100000110101010110100111110010000111111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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