#516597

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

Shades of San Marino #516597

Tints of San Marino #516597

Color information

#516597 (or 0x516597) is unknown color: approx San Marino. HEX triplet: 51, 65 and 97. RGB value is (81,101,151). Sum of RGB (Red+Green+Blue) = 81+101+151=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #516597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516597 is #AE9A68. Grayscale: #646464. Windows color (decimal): -11442793 or 9921873. OLE color: 9921873.

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

Color convert

RGB81101151-
CMYK0.460.3300.41
HSL222.86º30.17%45.49%-
HSV(B)222.86º46.36%59.22%-
XYZ13.6313.2931.13-
YUV100.72156.37113.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=24.32%
G=30.33%
B=45.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811011510.460.3300.41222.8630.1745.49
Hex5165972E21029df1e2d
Octal12114522756410513373655
Binary101000111001011001011110111010000101010011101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516597; }

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

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

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

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

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

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

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

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