#516897

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

Shades of San Marino #516897

Tints of San Marino #516897

Color information

#516897 (or 0x516897) is unknown color: approx San Marino. HEX triplet: 51, 68 and 97. RGB value is (81,104,151). Sum of RGB (Red+Green+Blue) = 81+104+151=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #516897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516897 is #AE9768. Grayscale: #666666. Windows color (decimal): -11442025 or 9922641. OLE color: 9922641.

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

Color convert

RGB81104151-
CMYK0.460.3100.41
HSL220.29º30.17%45.49%-
HSV(B)220.29º46.36%59.22%-
XYZ13.9313.8831.22-
YUV102.48155.38112.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=24.11%
G=30.95%
B=44.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811041510.460.3100.41220.2930.1745.49
Hex5168972E1F029dc1e2d
Octal12115022756370513343655
Binary10100011101000100101111011101111101010011101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516897; }

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

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

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

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

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

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

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

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