#517A9A

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

Shades of San Marino #517A9A

Tints of San Marino #517A9A

Color information

#517A9A (or 0x517A9A) is unknown color: approx San Marino. HEX triplet: 51, 7A and 9A. RGB value is (81,122,154). Sum of RGB (Red+Green+Blue) = 81+122+154=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #517A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9A is #AE8565. Grayscale: #717171. Windows color (decimal): -11437414 or 10123857. OLE color: 10123857.

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

Color convert

RGB81122154-
CMYK0.470.2100.40
HSL206.3º31.06%46.08%-
HSV(B)206.3º47.4%60.39%-
XYZ16.191833.19-
YUV113.39150.92104.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=22.69%
G=34.17%
B=43.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811221540.470.2100.40206.331.0646.08
Hex517A9A2F15028ce1f2e
Octal12117223257250503163756
Binary10100011111010100110101011111010101010001100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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