#516A9F

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

Shades of San Marino #516A9F

Tints of San Marino #516A9F

Color information

#516A9F (or 0x516A9F) is unknown color: approx San Marino. HEX triplet: 51, 6A and 9F. RGB value is (81,106,159). Sum of RGB (Red+Green+Blue) = 81+106+159=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #516A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A9F is #AE9560. Grayscale: #686868. Windows color (decimal): -11441505 or 10447441. OLE color: 10447441.

HSL color Cylindrical-coordinate representation of color #516A9F: hue angle of 220.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516A9F is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81106159-
CMYK0.490.3300.38
HSL220.77º32.5%47.06%-
HSV(B)220.77º49.06%62.35%-
XYZ14.8114.5634.83-
YUV104.57158.72111.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=23.41%
G=30.64%
B=45.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811061590.490.3300.38220.7732.547.06
Hex516A9F3121026dd202f
Octal12115223761410463354057
Binary1010001110101010011111110001100001010011011011101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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