#517797

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

Shades of San Marino #517797

Tints of San Marino #517797

Color information

#517797 (or 0x517797) is unknown color: approx San Marino. HEX triplet: 51, 77 and 97. RGB value is (81,119,151). Sum of RGB (Red+Green+Blue) = 81+119+151=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #517797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517797 is #AE8868. Grayscale: #6F6F6F. Windows color (decimal): -11438185 or 9926481. OLE color: 9926481.

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

Color convert

RGB81119151-
CMYK0.460.2100.41
HSL207.43º30.17%45.49%-
HSV(B)207.43º46.36%59.22%-
XYZ15.5817.1831.77-
YUV111.29150.41106.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=23.08%
G=33.90%
B=43.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811191510.460.2100.41207.4330.1745.49
Hex5177972E15029cf1e2d
Octal12116722756250513173655
Binary10100011110111100101111011101010101010011100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517797; }

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

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

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

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

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

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

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

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