#516599

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

Shades of San Marino #516599

Tints of San Marino #516599

Color information

#516599 (or 0x516599) is unknown color: approx San Marino. HEX triplet: 51, 65 and 99. RGB value is (81,101,153). Sum of RGB (Red+Green+Blue) = 81+101+153=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #516599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516599 is #AE9A66. Grayscale: #646464. Windows color (decimal): -11442791 or 10052945. OLE color: 10052945.

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

Color convert

RGB81101153-
CMYK0.470.3400.4
HSL223.33º30.77%45.88%-
HSV(B)223.33º47.06%60%-
XYZ13.813.3631.99-
YUV100.95157.37113.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=24.18%
G=30.15%
B=45.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811011530.470.3400.4223.3330.7745.88
Hex5165992F22028df1f2e
Octal12114523157420503373756
Binary101000111001011001100110111110001001010001101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516599; }

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

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

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

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

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

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

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

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