#517498

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

Shades of San Marino #517498

Tints of San Marino #517498

Color information

#517498 (or 0x517498) is unknown color: approx San Marino. HEX triplet: 51, 74 and 98. RGB value is (81,116,152). Sum of RGB (Red+Green+Blue) = 81+116+152=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #517498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517498 is #AE8B67. Grayscale: #6D6D6D. Windows color (decimal): -11438952 or 9991249. OLE color: 9991249.

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

Color convert

RGB81116152-
CMYK0.470.2400.40
HSL210.42º30.47%45.69%-
HSV(B)210.42º46.71%59.61%-
XYZ15.3116.5132.09-
YUV109.64151.9107.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=23.21%
G=33.24%
B=43.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811161520.470.2400.40210.4230.4745.69
Hex5174982F18028d21e2e
Octal12116423057300503223656
Binary10100011110100100110001011111100001010001101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517498; }

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

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

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

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

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

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

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

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