#516F96

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

Shades of San Marino #516F96

Tints of San Marino #516F96

Color information

#516F96 (or 0x516F96) is unknown color: approx San Marino. HEX triplet: 51, 6F and 96. RGB value is (81,111,150). Sum of RGB (Red+Green+Blue) = 81+111+150=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #516F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F96 is #AE9069. Grayscale: #6A6A6A. Windows color (decimal): -11440234 or 9858897. OLE color: 9858897.

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

Color convert

RGB81111150-
CMYK0.460.2600.41
HSL213.91º29.87%45.29%-
HSV(B)213.91º46%58.82%-
XYZ14.5815.3231.04-
YUV106.48152.56109.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=23.68%
G=32.46%
B=43.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811111500.460.2600.41213.9129.8745.29
Hex516F962E1A029d61e2d
Octal12115722656320513263655
Binary10100011101111100101101011101101001010011101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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