#517798

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

Shades of San Marino #517798

Tints of San Marino #517798

Color information

#517798 (or 0x517798) is unknown color: approx San Marino. HEX triplet: 51, 77 and 98. RGB value is (81,119,152). Sum of RGB (Red+Green+Blue) = 81+119+152=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #517798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517798 is #AE8867. Grayscale: #6F6F6F. Windows color (decimal): -11438184 or 9992017. OLE color: 9992017.

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

Color convert

RGB81119152-
CMYK0.470.2200.40
HSL207.89º30.47%45.69%-
HSV(B)207.89º46.71%59.61%-
XYZ15.6617.2132.2-
YUV111.4150.91106.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=23.01%
G=33.81%
B=43.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811191520.470.2200.40207.8930.4745.69
Hex5177982F16028d01e2e
Octal12116723057260503203656
Binary10100011110111100110001011111011001010001101000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517798; }

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

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

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

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

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

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

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

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