#517A9C

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

Shades of San Marino #517A9C

Tints of San Marino #517A9C

Color information

#517A9C (or 0x517A9C) is unknown color: approx San Marino. HEX triplet: 51, 7A and 9C. RGB value is (81,122,156). Sum of RGB (Red+Green+Blue) = 81+122+156=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #517A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9C is #AE8563. Grayscale: #717171. Windows color (decimal): -11437412 or 10254929. OLE color: 10254929.

HSL color Cylindrical-coordinate representation of color #517A9C: hue angle of 207.2º degrees, saturation: 0.32, 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 #517A9C is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81122156-
CMYK0.480.2200.39
HSL207.2º31.65%46.47%-
HSV(B)207.2º48.08%61.18%-
XYZ16.3518.0734.08-
YUV113.62151.92104.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=22.56%
G=33.98%
B=43.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811221560.480.2200.39207.231.6546.47
Hex517A9C3016027cf202e
Octal12117223460260473174056
Binary101000111110101001110011000010110010011111001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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