#517199

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

Shades of San Marino #517199

Tints of San Marino #517199

Color information

#517199 (or 0x517199) is unknown color: approx San Marino. HEX triplet: 51, 71 and 99. RGB value is (81,113,153). Sum of RGB (Red+Green+Blue) = 81+113+153=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #517199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517199 is #AE8E66. Grayscale: #6B6B6B. Windows color (decimal): -11439719 or 10056017. OLE color: 10056017.

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

Color convert

RGB81113153-
CMYK0.470.2600.4
HSL213.33º30.77%45.88%-
HSV(B)213.33º47.06%60%-
XYZ15.0515.8632.41-
YUV107.99153.4108.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=23.34%
G=32.56%
B=44.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811131530.470.2600.4213.3330.7745.88
Hex5171992F1A028d51f2e
Octal12116123157320503253756
Binary10100011110001100110011011111101001010001101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517199; }

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

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

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

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

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

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

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

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