#516C9B

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

Shades of San Marino #516C9B

Tints of San Marino #516C9B

Color information

#516C9B (or 0x516C9B) is unknown color: approx San Marino. HEX triplet: 51, 6C and 9B. RGB value is (81,108,155). Sum of RGB (Red+Green+Blue) = 81+108+155=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #516C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C9B is #AE9364. Grayscale: #696969. Windows color (decimal): -11440997 or 10185809. OLE color: 10185809.

HSL color Cylindrical-coordinate representation of color #516C9B: hue angle of 218.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516C9B is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81108155-
CMYK0.480.3000.39
HSL218.11º31.36%46.27%-
HSV(B)218.11º47.74%60.78%-
XYZ14.6714.8433.1-
YUV105.28156.05110.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=23.55%
G=31.40%
B=45.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811081550.480.3000.39218.1131.3646.27
Hex516C9B301E027da1f2e
Octal12115423360360473323756
Binary10100011101100100110111100001111001001111101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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