#516799

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

Shades of San Marino #516799

Tints of San Marino #516799

Color information

#516799 (or 0x516799) is unknown color: approx San Marino. HEX triplet: 51, 67 and 99. RGB value is (81,103,153). Sum of RGB (Red+Green+Blue) = 81+103+153=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #516799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516799 is #AE9866. Grayscale: #656565. Windows color (decimal): -11442279 or 10053457. OLE color: 10053457.

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

Color convert

RGB81103153-
CMYK0.470.3300.4
HSL221.67º30.77%45.88%-
HSV(B)221.67º47.06%60%-
XYZ13.9913.7532.05-
YUV102.12156.71112.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=24.04%
G=30.56%
B=45.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811031530.470.3300.4221.6730.7745.88
Hex5167992F21028de1f2e
Octal12114723157410503363756
Binary101000111001111001100110111110000101010001101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516799; }

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

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

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

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

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

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

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

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