#517A9E

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

Shades of San Marino #517A9E

Tints of San Marino #517A9E

Color information

#517A9E (or 0x517A9E) is unknown color: approx San Marino. HEX triplet: 51, 7A and 9E. RGB value is (81,122,158). Sum of RGB (Red+Green+Blue) = 81+122+158=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #517A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9E is #AE8561. Grayscale: #717171. Windows color (decimal): -11437410 or 10386001. OLE color: 10386001.

HSL color Cylindrical-coordinate representation of color #517A9E: hue angle of 208.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #517A9E is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81122158-
CMYK0.490.2300.38
HSL208.05º32.22%46.86%-
HSV(B)208.05º48.73%61.96%-
XYZ16.5218.1434.98-
YUV113.84152.92104.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=22.44%
G=33.80%
B=43.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811221580.490.2300.38208.0532.2246.86
Hex517A9E3117026d0202f
Octal12117223661270463204057
Binary101000111110101001111011000110111010011011010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517A9E; }

 p { color: rgb(81,122,158); }

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

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

 a { background-color: rgb(81,122,158); }

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

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

 span { border-color: rgb(81,122,158); }

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