#516B9F

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

Shades of San Marino #516B9F

Tints of San Marino #516B9F

Color information

#516B9F (or 0x516B9F) is unknown color: approx San Marino. HEX triplet: 51, 6B and 9F. RGB value is (81,107,159). Sum of RGB (Red+Green+Blue) = 81+107+159=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #516B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B9F is #AE9460. Grayscale: #686868. Windows color (decimal): -11441249 or 10447697. OLE color: 10447697.

HSL color Cylindrical-coordinate representation of color #516B9F: hue angle of 220º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516B9F is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81107159-
CMYK0.490.3300.38
HSL220º32.5%47.06%-
HSV(B)220º49.06%62.35%-
XYZ14.9114.7734.87-
YUV105.15158.39110.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=23.34%
G=30.84%
B=45.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811071590.490.3300.3822032.547.06
Hex516B9F3121026dc202f
Octal12115323761410463344057
Binary1010001110101110011111110001100001010011011011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,159); }

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

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

 a { background-color: rgb(81,107,159); }

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

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

 span { border-color: rgb(81,107,159); }

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