#516DAE

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

Shades of San Marino #516DAE

Tints of San Marino #516DAE

Color information

#516DAE (or 0x516DAE) is unknown color: approx San Marino. HEX triplet: 51, 6D and AE. RGB value is (81,109,174). Sum of RGB (Red+Green+Blue) = 81+109+174=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #516DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516DAE is #AE9251. Grayscale: #6B6B6B. Windows color (decimal): -11440722 or 11431249. OLE color: 11431249.

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

Color convert

RGB81109174-
CMYK0.530.3700.32
HSL221.94º36.47%50%-
HSV(B)221.94º53.45%68.24%-
XYZ16.515.7442.21-
YUV108.04165.22108.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=22.25%
G=29.95%
B=47.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811091740.530.3700.32221.9436.4750
Hex516DAE3525020de2432
Octal12115525665450403364462
Binary1010001110110110101110110101100101010000011011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,174); }

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

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

 a { background-color: rgb(81,109,174); }

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

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

 span { border-color: rgb(81,109,174); }

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