#517398

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

Shades of San Marino #517398

Tints of San Marino #517398

Color information

#517398 (or 0x517398) is unknown color: approx San Marino. HEX triplet: 51, 73 and 98. RGB value is (81,115,152). Sum of RGB (Red+Green+Blue) = 81+115+152=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #517398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517398 is #AE8C67. Grayscale: #6C6C6C. Windows color (decimal): -11439208 or 9990993. OLE color: 9990993.

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

Color convert

RGB81115152-
CMYK0.470.2400.40
HSL211.27º30.47%45.69%-
HSV(B)211.27º46.71%59.61%-
XYZ15.1916.2832.05-
YUV109.05152.24107.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=23.28%
G=33.05%
B=43.68%

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
Decimal811151520.470.2400.40211.2730.4745.69
Hex5173982F18028d31e2e
Octal12116323057300503233656
Binary10100011110011100110001011111100001010001101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517398; }

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

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

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

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

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

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

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

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