#517999

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

Shades of San Marino #517999

Tints of San Marino #517999

Color information

#517999 (or 0x517999) is unknown color: approx San Marino. HEX triplet: 51, 79 and 99. RGB value is (81,121,153). Sum of RGB (Red+Green+Blue) = 81+121+153=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #517999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517999 is #AE8666. Grayscale: #707070. Windows color (decimal): -11437671 or 10058065. OLE color: 10058065.

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

Color convert

RGB81121153-
CMYK0.470.2100.4
HSL206.67º30.77%45.88%-
HSV(B)206.67º47.06%60%-
XYZ15.9817.7232.72-
YUV112.69150.75105.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=22.82%
G=34.08%
B=43.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811211530.470.2100.4206.6730.7745.88
Hex5179992F15028cf1f2e
Octal12117123157250503173756
Binary10100011111001100110011011111010101010001100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517999; }

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

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

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

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

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

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

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

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