#516FB1

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

Shades of San Marino #516FB1

Tints of San Marino #516FB1

Color information

#516FB1 (or 0x516FB1) is unknown color: approx San Marino. HEX triplet: 51, 6F and B1. RGB value is (81,111,177). Sum of RGB (Red+Green+Blue) = 81+111+177=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #516FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FB1 is #AE904E. Grayscale: #6D6D6D. Windows color (decimal): -11440207 or 11628369. OLE color: 11628369.

HSL color Cylindrical-coordinate representation of color #516FB1: hue angle of 221.25º 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 #516FB1 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81111177-
CMYK0.540.3700.31
HSL221.25º38.1%50.59%-
HSV(B)221.25º54.24%69.41%-
XYZ17.0116.2943.84-
YUV109.55166.06107.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=21.95%
G=30.08%
B=47.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811111770.540.3700.31221.2538.150.59
Hex516FB1362501Fdd2633
Octal12115726166450373354663
Binary101000111011111011000111011010010101111111011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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