#516FA0

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

Shades of San Marino #516FA0

Tints of San Marino #516FA0

Color information

#516FA0 (or 0x516FA0) is unknown color: approx San Marino. HEX triplet: 51, 6F and A0. RGB value is (81,111,160). Sum of RGB (Red+Green+Blue) = 81+111+160=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #516FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA0 is #AE905F. Grayscale: #6B6B6B. Windows color (decimal): -11440224 or 10514257. OLE color: 10514257.

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

Color convert

RGB81111160-
CMYK0.490.3100.37
HSL217.22º32.78%47.25%-
HSV(B)217.22º49.38%62.75%-
XYZ15.4215.6635.47-
YUV107.62157.56109.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=23.01%
G=31.53%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811111600.490.3100.37217.2232.7847.25
Hex516FA0311F025d9212f
Octal12115724061370453314157
Binary101000111011111010000011000111111010010111011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,111,160); }

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

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

 a { background-color: rgb(81,111,160); }

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

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

 span { border-color: rgb(81,111,160); }

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