#516AAA

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

Shades of San Marino #516AAA

Tints of San Marino #516AAA

Color information

#516AAA (or 0x516AAA) is unknown color: approx San Marino. HEX triplet: 51, 6A and AA. RGB value is (81,106,170). Sum of RGB (Red+Green+Blue) = 81+106+170=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #516AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAA is #AE9555. Grayscale: #696969. Windows color (decimal): -11441494 or 11168337. OLE color: 11168337.

HSL color Cylindrical-coordinate representation of color #516AAA: hue angle of 223.15º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516AAA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81106170-
CMYK0.520.3800.33
HSL223.15º35.46%49.22%-
HSV(B)223.15º52.35%66.67%-
XYZ15.814.9640.08-
YUV105.82164.22110.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=22.69%
G=29.69%
B=47.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811061700.520.3800.33223.1535.4649.22
Hex516AAA3426021df2331
Octal12115225264460413374361
Binary1010001110101010101010110100100110010000111011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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