#516299

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

Shades of San Marino #516299

Tints of San Marino #516299

Color information

#516299 (or 0x516299) is unknown color: approx San Marino. HEX triplet: 51, 62 and 99. RGB value is (81,98,153). Sum of RGB (Red+Green+Blue) = 81+98+153=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #516299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516299 is #AE9D66. Grayscale: #626262. Windows color (decimal): -11443559 or 10052177. OLE color: 10052177.

HSL color Cylindrical-coordinate representation of color #516299: hue angle of 225.83º 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 #516299 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8198153-
CMYK0.470.3600.4
HSL225.83º30.77%45.88%-
HSV(B)225.83º47.06%60%-
XYZ13.5112.7831.89-
YUV99.19158.37115.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=24.40%
G=29.52%
B=46.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81981530.470.3600.4225.8330.7745.88
Hex5162992F24028e21f2e
Octal12114223157440503423756
Binary101000111000101001100110111110010001010001110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516299; }

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

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

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

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

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

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

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

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