#5160AC

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

Shades of Rich Blue #5160AC

Tints of Rich Blue #5160AC

Color information

#5160AC (or 0x5160AC) is unknown color: approx Rich Blue. HEX triplet: 51, 60 and AC. RGB value is (81,96,172). Sum of RGB (Red+Green+Blue) = 81+96+172=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #5160AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5160AC is #AE9F53. Grayscale: #636363. Windows color (decimal): -11444052 or 11296849. OLE color: 11296849.

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

Color convert

RGB8196172-
CMYK0.530.4400.33
HSL230.11º35.97%49.61%-
HSV(B)230.11º52.91%67.45%-
XYZ15.0213.0940.77-
YUV100.18168.53114.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=23.21%
G=27.51%
B=49.28%

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
Decimal81961720.530.4400.33230.1135.9749.61
Hex5160AC352C021e62432
Octal12114025465540413464462
Binary1010001110000010101100110101101100010000111100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5160AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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