#516FAA

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

Shades of San Marino #516FAA

Tints of San Marino #516FAA

Color information

#516FAA (or 0x516FAA) is unknown color: approx San Marino. HEX triplet: 51, 6F and AA. RGB value is (81,111,170). Sum of RGB (Red+Green+Blue) = 81+111+170=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #516FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FAA is #AE9055. Grayscale: #6C6C6C. Windows color (decimal): -11440214 or 11169617. OLE color: 11169617.

HSL color Cylindrical-coordinate representation of color #516FAA: hue angle of 219.78º 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 #516FAA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81111170-
CMYK0.520.3500.33
HSL219.78º35.46%49.22%-
HSV(B)219.78º52.35%66.67%-
XYZ16.3316.0240.26-
YUV108.76162.56108.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=22.38%
G=30.66%
B=46.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811111700.520.3500.33219.7835.4649.22
Hex516FAA3423021dc2331
Octal12115725264430413344361
Binary1010001110111110101010110100100011010000111011100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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