#5160AB

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

Shades of Rich Blue #5160AB

Tints of Rich Blue #5160AB

Color information

#5160AB (or 0x5160AB) is unknown color: approx Rich Blue. HEX triplet: 51, 60 and AB. RGB value is (81,96,171). Sum of RGB (Red+Green+Blue) = 81+96+171=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #5160AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5160AB is #AE9F54. Grayscale: #636363. Windows color (decimal): -11444053 or 11231313. OLE color: 11231313.

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

Color convert

RGB8196171-
CMYK0.530.4400.33
HSL230º35.71%49.41%-
HSV(B)230º52.63%67.06%-
XYZ14.9313.0640.26-
YUV100.06168.03114.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=23.28%
G=27.59%
B=49.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81961710.530.4400.3323035.7149.41
Hex5160AB352C021e62431
Octal12114025365540413464461
Binary1010001110000010101011110101101100010000111100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5160AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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