#517A9B

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

Shades of San Marino #517A9B

Tints of San Marino #517A9B

Color information

#517A9B (or 0x517A9B) is unknown color: approx San Marino. HEX triplet: 51, 7A and 9B. RGB value is (81,122,155). Sum of RGB (Red+Green+Blue) = 81+122+155=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #517A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9B is #AE8564. Grayscale: #717171. Windows color (decimal): -11437413 or 10189393. OLE color: 10189393.

HSL color Cylindrical-coordinate representation of color #517A9B: hue angle of 206.76º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517A9B is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81122155-
CMYK0.480.2100.39
HSL206.76º31.36%46.27%-
HSV(B)206.76º47.74%60.78%-
XYZ16.2718.0333.63-
YUV113.5151.42104.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=22.63%
G=34.08%
B=43.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811221550.480.2100.39206.7631.3646.27
Hex517A9B3015027cf1f2e
Octal12117223360250473173756
Binary10100011111010100110111100001010101001111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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