#516F9B

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

Shades of San Marino #516F9B

Tints of San Marino #516F9B

Color information

#516F9B (or 0x516F9B) is unknown color: approx San Marino. HEX triplet: 51, 6F and 9B. RGB value is (81,111,155). Sum of RGB (Red+Green+Blue) = 81+111+155=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #516F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F9B is #AE9064. Grayscale: #6A6A6A. Windows color (decimal): -11440229 or 10186577. OLE color: 10186577.

HSL color Cylindrical-coordinate representation of color #516F9B: hue angle of 215.68º 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 #516F9B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81111155-
CMYK0.480.2800.39
HSL215.68º31.36%46.27%-
HSV(B)215.68º47.74%60.78%-
XYZ14.9915.4833.21-
YUV107.05155.06109.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=23.34%
G=31.99%
B=44.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811111550.480.2800.39215.6831.3646.27
Hex516F9B301C027d81f2e
Octal12115723360340473303756
Binary10100011101111100110111100001110001001111101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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