#516C95

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

Shades of San Marino #516C95

Tints of San Marino #516C95

Color information

#516C95 (or 0x516C95) is unknown color: approx San Marino. HEX triplet: 51, 6C and 95. RGB value is (81,108,149). Sum of RGB (Red+Green+Blue) = 81+108+149=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #516C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C95 is #AE936A. Grayscale: #686868. Windows color (decimal): -11441003 or 9792593. OLE color: 9792593.

HSL color Cylindrical-coordinate representation of color #516C95: hue angle of 216.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516C95 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81108149-
CMYK0.460.2800.42
HSL216.18º29.57%45.1%-
HSV(B)216.18º45.64%58.43%-
XYZ14.1814.6430.51-
YUV104.6153.05111.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=23.96%
G=31.95%
B=44.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811081490.460.2800.42216.1829.5745.1
Hex516C952E1C02Ad81e2d
Octal12115422556340523303655
Binary10100011101100100101011011101110001010101101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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