#516AAD

Color #516AAD San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #516AAD

Tints of San Marino #516AAD

Color information

#516AAD (or 0x516AAD) is unknown color: approx San Marino. HEX triplet: 51, 6A and AD. RGB value is (81,106,173). Sum of RGB (Red+Green+Blue) = 81+106+173=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #516AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAD is #AE9552. Grayscale: #696969. Windows color (decimal): -11441491 or 11364945. OLE color: 11364945.

HSL color Cylindrical-coordinate representation of color #516AAD: hue angle of 223.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516AAD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81106173-
CMYK0.530.3900.32
HSL223.7º36.22%49.8%-
HSV(B)223.7º53.18%67.84%-
XYZ16.0915.0741.6-
YUV106.16165.72110.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=22.5%
G=29.44%
B=48.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811061730.530.3900.32223.736.2249.8
Hex516AAD3527020e02432
Octal12115225565470403404462
Binary1010001110101010101101110101100111010000011100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516AAD; }

 p { color: rgb(81,106,173); }

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

<style>
 a { background-color: #516AAD; }

 a { background-color: rgb(81,106,173); }

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

<style>
 span { border-color: #516AAD; }

 span { border-color: rgb(81,106,173); }

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