#516F9E

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

Shades of San Marino #516F9E

Tints of San Marino #516F9E

Color information

#516F9E (or 0x516F9E) is unknown color: approx San Marino. HEX triplet: 51, 6F and 9E. RGB value is (81,111,158). Sum of RGB (Red+Green+Blue) = 81+111+158=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #516F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F9E is #AE9061. Grayscale: #6B6B6B. Windows color (decimal): -11440226 or 10383185. OLE color: 10383185.

HSL color Cylindrical-coordinate representation of color #516F9E: hue angle of 216.62º 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 #516F9E is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81111158-
CMYK0.490.3000.38
HSL216.62º32.22%46.86%-
HSV(B)216.62º48.73%61.96%-
XYZ15.2515.5934.55-
YUV107.39156.56109.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=23.14%
G=31.71%
B=45.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811111580.490.3000.38216.6232.2246.86
Hex516F9E311E026d9202f
Octal12115723661360463314057
Binary101000111011111001111011000111110010011011011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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