#517899

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

Shades of San Marino #517899

Tints of San Marino #517899

Color information

#517899 (or 0x517899) is unknown color: approx San Marino. HEX triplet: 51, 78 and 99. RGB value is (81,120,153). Sum of RGB (Red+Green+Blue) = 81+120+153=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #517899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517899 is #AE8766. Grayscale: #6F6F6F. Windows color (decimal): -11437927 or 10057809. OLE color: 10057809.

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

Color convert

RGB81120153-
CMYK0.470.2200.4
HSL207.5º30.77%45.88%-
HSV(B)207.5º47.06%60%-
XYZ15.8617.4832.68-
YUV112.1151.08105.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=22.88%
G=33.90%
B=43.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811201530.470.2200.4207.530.7745.88
Hex5178992F16028d01f2e
Octal12117023157260503203756
Binary10100011111000100110011011111011001010001101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517899; }

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

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

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

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

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

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

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

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