#516596

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

Shades of San Marino #516596

Tints of San Marino #516596

Color information

#516596 (or 0x516596) is unknown color: approx San Marino. HEX triplet: 51, 65 and 96. RGB value is (81,101,150). Sum of RGB (Red+Green+Blue) = 81+101+150=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #516596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516596 is #AE9A69. Grayscale: #646464. Windows color (decimal): -11442794 or 9856337. OLE color: 9856337.

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

Color convert

RGB81101150-
CMYK0.460.3300.41
HSL222.61º29.87%45.29%-
HSV(B)222.61º46%58.82%-
XYZ13.5513.2630.7-
YUV100.61155.87114.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=24.40%
G=30.42%
B=45.18%

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
Decimal811011500.460.3300.41222.6129.8745.29
Hex5165962E21029df1e2d
Octal12114522656410513373655
Binary101000111001011001011010111010000101010011101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516596; }

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

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

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

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

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

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

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

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