#516FA4

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

Shades of San Marino #516FA4

Tints of San Marino #516FA4

Color information

#516FA4 (or 0x516FA4) is unknown color: approx San Marino. HEX triplet: 51, 6F and A4. RGB value is (81,111,164). Sum of RGB (Red+Green+Blue) = 81+111+164=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #516FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA4 is #AE905B. Grayscale: #6B6B6B. Windows color (decimal): -11440220 or 10776401. OLE color: 10776401.

HSL color Cylindrical-coordinate representation of color #516FA4: hue angle of 218.31º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516FA4 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81111164-
CMYK0.510.3200.36
HSL218.31º33.88%48.04%-
HSV(B)218.31º50.61%64.31%-
XYZ15.7815.837.34-
YUV108.07159.56108.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=22.75%
G=31.18%
B=46.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811111640.510.3200.36218.3133.8848.04
Hex516FA43320024da2230
Octal12115724463400443324260
Binary1010001110111110100100110011100000010010011011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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