#516496

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

Shades of San Marino #516496

Tints of San Marino #516496

Color information

#516496 (or 0x516496) is unknown color: approx San Marino. HEX triplet: 51, 64 and 96. RGB value is (81,100,150). Sum of RGB (Red+Green+Blue) = 81+100+150=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #516496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516496 is #AE9B69. Grayscale: #636363. Windows color (decimal): -11443050 or 9856081. OLE color: 9856081.

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

Color convert

RGB81100150-
CMYK0.460.3300.41
HSL223.48º29.87%45.29%-
HSV(B)223.48º46%58.82%-
XYZ13.4613.0730.67-
YUV100.02156.21114.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=24.47%
G=30.21%
B=45.32%

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
Decimal811001500.460.3300.41223.4829.8745.29
Hex5164962E21029df1e2d
Octal12114422656410513373655
Binary101000111001001001011010111010000101010011101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516496; }

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

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

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

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

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

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

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

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