#516EB1

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

Shades of San Marino #516EB1

Tints of San Marino #516EB1

Color information

#516EB1 (or 0x516EB1) is unknown color: approx San Marino. HEX triplet: 51, 6E and B1. RGB value is (81,110,177). Sum of RGB (Red+Green+Blue) = 81+110+177=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #516EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EB1 is #AE914E. Grayscale: #6C6C6C. Windows color (decimal): -11440463 or 11628113. OLE color: 11628113.

HSL color Cylindrical-coordinate representation of color #516EB1: hue angle of 221.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516EB1 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81110177-
CMYK0.540.3800.31
HSL221.88º38.1%50.59%-
HSV(B)221.88º54.24%69.41%-
XYZ16.9116.0843.81-
YUV108.97166.39108.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=22.01%
G=29.89%
B=48.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811101770.540.3800.31221.8838.150.59
Hex516EB1362601Fde2633
Octal12115626166460373364663
Binary101000111011101011000111011010011001111111011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,177); }

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

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

 a { background-color: rgb(81,110,177); }

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

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

 span { border-color: rgb(81,110,177); }

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