#517197

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

Shades of San Marino #517197

Tints of San Marino #517197

Color information

#517197 (or 0x517197) is unknown color: approx San Marino. HEX triplet: 51, 71 and 97. RGB value is (81,113,151). Sum of RGB (Red+Green+Blue) = 81+113+151=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #517197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517197 is #AE8E68. Grayscale: #6B6B6B. Windows color (decimal): -11439721 or 9924945. OLE color: 9924945.

HSL color Cylindrical-coordinate representation of color #517197: hue angle of 212.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517197 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81113151-
CMYK0.460.2500.41
HSL212.57º30.17%45.49%-
HSV(B)212.57º46.36%59.22%-
XYZ14.8815.7931.54-
YUV107.76152.4108.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=23.48%
G=32.75%
B=43.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811131510.460.2500.41212.5730.1745.49
Hex5171972E19029d51e2d
Octal12116122756310513253655
Binary10100011110001100101111011101100101010011101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517197; }

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

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

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

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

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

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

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

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