#516CA6

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

Shades of San Marino #516CA6

Tints of San Marino #516CA6

Color information

#516CA6 (or 0x516CA6) is unknown color: approx San Marino. HEX triplet: 51, 6C and A6. RGB value is (81,108,166). Sum of RGB (Red+Green+Blue) = 81+108+166=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #516CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CA6 is #AE9359. Grayscale: #6A6A6A. Windows color (decimal): -11440986 or 10906705. OLE color: 10906705.

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

Color convert

RGB81108166-
CMYK0.510.3500.35
HSL220.94º34.41%48.43%-
HSV(B)220.94º51.2%65.1%-
XYZ15.6415.2338.19-
YUV106.54161.55109.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 166 (65.23% from 255) = 46.76%
R=22.82%
G=30.42%
B=46.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811081660.510.3500.35220.9434.4148.43
Hex516CA63323023dd2230
Octal12115424663430433354260
Binary1010001110110010100110110011100011010001111011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,166); }

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

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

 a { background-color: rgb(81,108,166); }

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

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

 span { border-color: rgb(81,108,166); }

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