#516EAF

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

Shades of San Marino #516EAF

Tints of San Marino #516EAF

Color information

#516EAF (or 0x516EAF) is unknown color: approx San Marino. HEX triplet: 51, 6E and AF. RGB value is (81,110,175). Sum of RGB (Red+Green+Blue) = 81+110+175=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #516EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EAF is #AE9150. Grayscale: #6C6C6C. Windows color (decimal): -11440465 or 11497041. OLE color: 11497041.

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

Color convert

RGB81110175-
CMYK0.540.3700.31
HSL221.49º37.01%50.2%-
HSV(B)221.49º53.71%68.63%-
XYZ16.711642.76-
YUV108.74165.39108.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=22.13%
G=30.05%
B=47.81%

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
Decimal811101750.540.3700.31221.4937.0150.2
Hex516EAF362501Fdd2532
Octal12115625766450373354562
Binary101000111011101010111111011010010101111111011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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