#516394

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

Shades of San Marino #516394

Tints of San Marino #516394

Color information

#516394 (or 0x516394) is unknown color: approx San Marino. HEX triplet: 51, 63 and 94. RGB value is (81,99,148). Sum of RGB (Red+Green+Blue) = 81+99+148=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #516394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516394 is #AE9C6B. Grayscale: #626262. Windows color (decimal): -11443308 or 9724753. OLE color: 9724753.

HSL color Cylindrical-coordinate representation of color #516394: hue angle of 223.88º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516394 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8199148-
CMYK0.450.3300.42
HSL223.88º29.26%44.9%-
HSV(B)223.88º45.27%58.04%-
XYZ13.212.8129.79-
YUV99.2155.54115.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=24.70%
G=30.18%
B=45.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81991480.450.3300.42223.8829.2644.9
Hex5163942D2102Ae01d2d
Octal12114322455410523403555
Binary101000111000111001010010110110000101010101110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516394; }

 p { color: rgb(81,99,148); }

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

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

 a { background-color: rgb(81,99,148); }

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

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

 span { border-color: rgb(81,99,148); }

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