#516EAC

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

Shades of San Marino #516EAC

Tints of San Marino #516EAC

Color information

#516EAC (or 0x516EAC) is unknown color: approx San Marino. HEX triplet: 51, 6E and AC. RGB value is (81,110,172). Sum of RGB (Red+Green+Blue) = 81+110+172=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #516EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EAC is #AE9153. Grayscale: #6C6C6C. Windows color (decimal): -11440468 or 11300433. OLE color: 11300433.

HSL color Cylindrical-coordinate representation of color #516EAC: hue angle of 220.88º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516EAC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81110172-
CMYK0.530.3600.33
HSL220.88º35.97%49.61%-
HSV(B)220.88º52.91%67.45%-
XYZ16.4215.8841.23-
YUV108.4163.89108.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=22.31%
G=30.30%
B=47.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811101720.530.3600.33220.8835.9749.61
Hex516EAC3524021dd2432
Octal12115625465440413354462
Binary1010001110111010101100110101100100010000111011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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