#516899

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

Shades of San Marino #516899

Tints of San Marino #516899

Color information

#516899 (or 0x516899) is unknown color: approx San Marino. HEX triplet: 51, 68 and 99. RGB value is (81,104,153). Sum of RGB (Red+Green+Blue) = 81+104+153=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #516899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516899 is #AE9766. Grayscale: #666666. Windows color (decimal): -11442023 or 10053713. OLE color: 10053713.

HSL color Cylindrical-coordinate representation of color #516899: hue angle of 220.83º 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 #516899 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB81104153-
CMYK0.470.3200.4
HSL220.83º30.77%45.88%-
HSV(B)220.83º47.06%60%-
XYZ14.0913.9532.09-
YUV102.71156.38112.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=23.96%
G=30.77%
B=45.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811041530.470.3200.4220.8330.7745.88
Hex5168992F20028dd1f2e
Octal12115023157400503353756
Binary101000111010001001100110111110000001010001101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516899; }

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

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

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

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

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

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

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

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