#516D99

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

Shades of San Marino #516D99

Tints of San Marino #516D99

Color information

#516D99 (or 0x516D99) is unknown color: approx San Marino. HEX triplet: 51, 6D and 99. RGB value is (81,109,153). Sum of RGB (Red+Green+Blue) = 81+109+153=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #516D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D99 is #AE9266. Grayscale: #696969. Windows color (decimal): -11440743 or 10054993. OLE color: 10054993.

HSL color Cylindrical-coordinate representation of color #516D99: hue angle of 216.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516D99 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB81109153-
CMYK0.470.2900.4
HSL216.67º30.77%45.88%-
HSV(B)216.67º47.06%60%-
XYZ14.6114.9932.26-
YUV105.64154.72110.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=23.62%
G=31.78%
B=44.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811091530.470.2900.4216.6730.7745.88
Hex516D992F1D028d91f2e
Octal12115523157350503313756
Binary10100011101101100110011011111110101010001101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,153); }

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

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

 a { background-color: rgb(81,109,153); }

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

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

 span { border-color: rgb(81,109,153); }

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