#5160AA

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

Shades of Rich Blue #5160AA

Tints of Rich Blue #5160AA

Color information

#5160AA (or 0x5160AA) is unknown color: approx Rich Blue. HEX triplet: 51, 60 and AA. RGB value is (81,96,170). Sum of RGB (Red+Green+Blue) = 81+96+170=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #5160AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5160AA is #AE9F55. Grayscale: #636363. Windows color (decimal): -11444054 or 11165777. OLE color: 11165777.

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

Color convert

RGB8196170-
CMYK0.520.4400.33
HSL229.89º35.46%49.22%-
HSV(B)229.89º52.35%66.67%-
XYZ14.8313.0239.76-
YUV99.95167.53114.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=23.34%
G=27.67%
B=48.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81961700.520.4400.33229.8935.4649.22
Hex5160AA342C021e62331
Octal12114025264540413464361
Binary1010001110000010101010110100101100010000111100110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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