#516aae

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

Shades of San Marino #516AAE

Tints of San Marino #516AAE

Color information

#516AAE (or 0x516AAE) is unknown color: approx San Marino. HEX triplet: 51, 6A and AE. RGB value is (81,106,174). Sum of RGB (Red+Green+Blue) = 81+106+174=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #516AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAE is #AE9551. Grayscale: #696969. Windows color (decimal): -11441490 or 11430481. OLE color: 11430481.

HSL color Cylindrical-coordinate representation of color #516AAE: hue angle of 223.87º 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 #516AAE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81106174-
CMYK0.530.3900.32
HSL223.87º36.47%50%-
HSV(B)223.87º53.45%68.24%-
XYZ16.1915.1142.11-
YUV106.28166.22109.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=22.44%
G=29.36%
B=48.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811061740.530.3900.32223.8736.4750
Hex516AAE3527020e02432
Octal12115225665470403404462
Binary1010001110101010101110110101100111010000011100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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