#516AA3

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

Shades of San Marino #516AA3

Tints of San Marino #516AA3

Color information

#516AA3 (or 0x516AA3) is unknown color: approx San Marino. HEX triplet: 51, 6A and A3. RGB value is (81,106,163). Sum of RGB (Red+Green+Blue) = 81+106+163=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 163 - color contains mainly: blue. Hex color #516AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AA3 is #AE955C. Grayscale: #686868. Windows color (decimal): -11441501 or 10709585. OLE color: 10709585.

HSL color Cylindrical-coordinate representation of color #516AA3: hue angle of 221.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516AA3 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81106163-
CMYK0.500.3500.36
HSL221.71º33.61%47.84%-
HSV(B)221.71º50.31%63.92%-
XYZ15.1614.736.69-
YUV105.02160.72110.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 163 (64.06% from 255) = 46.57%
R=23.14%
G=30.29%
B=46.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811061630.500.3500.36221.7133.6147.84
Hex516AA33223024de2230
Octal12115224362430443364260
Binary1010001110101010100011110010100011010010011011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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