#5142AA

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

Shades of Rich Blue #5142AA

Tints of Rich Blue #5142AA

Color information

#5142AA (or 0x5142AA) is unknown color: approx Rich Blue. HEX triplet: 51, 42 and AA. RGB value is (81,66,170). Sum of RGB (Red+Green+Blue) = 81+66+170=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #5142AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5142AA is #AEBD55. Grayscale: #515151. Windows color (decimal): -11451734 or 11158097. OLE color: 11158097.

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

Color convert

RGB8166170-
CMYK0.520.6100.33
HSL248.65º44.07%46.27%-
HSV(B)248.65º61.18%66.67%-
XYZ12.68.5539.02-
YUV82.34177.47127.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=25.55%
G=20.82%
B=53.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81661700.520.6100.33248.6544.0746.27
Hex5142AA343D021f92c2e
Octal12110225264750413715456
Binary1010001100001010101010110100111101010000111111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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