#516499

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

Shades of San Marino #516499

Tints of San Marino #516499

Color information

#516499 (or 0x516499) is unknown color: approx San Marino. HEX triplet: 51, 64 and 99. RGB value is (81,100,153). Sum of RGB (Red+Green+Blue) = 81+100+153=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #516499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516499 is #AE9B66. Grayscale: #646464. Windows color (decimal): -11443047 or 10052689. OLE color: 10052689.

HSL color Cylindrical-coordinate representation of color #516499: hue angle of 224.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516499 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB81100153-
CMYK0.470.3500.4
HSL224.17º30.77%45.88%-
HSV(B)224.17º47.06%60%-
XYZ13.713.1631.96-
YUV100.36157.71114.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=24.25%
G=29.94%
B=45.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811001530.470.3500.4224.1730.7745.88
Hex5164992F23028e01f2e
Octal12114423157430503403756
Binary101000111001001001100110111110001101010001110000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516499; }

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

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

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

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

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

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

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

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