#516997

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

Shades of San Marino #516997

Tints of San Marino #516997

Color information

#516997 (or 0x516997) is unknown color: approx San Marino. HEX triplet: 51, 69 and 97. RGB value is (81,105,151). Sum of RGB (Red+Green+Blue) = 81+105+151=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #516997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516997 is #AE9668. Grayscale: #666666. Windows color (decimal): -11441769 or 9922897. OLE color: 9922897.

HSL color Cylindrical-coordinate representation of color #516997: hue angle of 219.43º 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 #516997 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81105151-
CMYK0.460.3000.41
HSL219.43º30.17%45.49%-
HSV(B)219.43º46.36%59.22%-
XYZ14.0314.0931.26-
YUV103.07155.05112.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=24.04%
G=31.16%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811051510.460.3000.41219.4330.1745.49
Hex5169972E1E029db1e2d
Octal12115122756360513333655
Binary10100011101001100101111011101111001010011101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516997; }

 p { color: rgb(81,105,151); }

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

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

 a { background-color: rgb(81,105,151); }

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

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

 span { border-color: rgb(81,105,151); }

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