#516696

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

Shades of San Marino #516696

Tints of San Marino #516696

Color information

#516696 (or 0x516696) is unknown color: approx San Marino. HEX triplet: 51, 66 and 96. RGB value is (81,102,150). Sum of RGB (Red+Green+Blue) = 81+102+150=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #516696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516696 is #AE9969. Grayscale: #646464. Windows color (decimal): -11442538 or 9856593. OLE color: 9856593.

HSL color Cylindrical-coordinate representation of color #516696: hue angle of 221.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516696 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81102150-
CMYK0.460.3200.41
HSL221.74º29.87%45.29%-
HSV(B)221.74º46%58.82%-
XYZ13.6513.4530.73-
YUV101.19155.54113.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=24.32%
G=30.63%
B=45.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811021500.460.3200.41221.7429.8745.29
Hex5166962E20029de1e2d
Octal12114622656400513363655
Binary101000111001101001011010111010000001010011101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516696; }

 p { color: rgb(81,102,150); }

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

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

 a { background-color: rgb(81,102,150); }

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

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

 span { border-color: rgb(81,102,150); }

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