#517296

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

Shades of San Marino #517296

Tints of San Marino #517296

Color information

#517296 (or 0x517296) is unknown color: approx San Marino. HEX triplet: 51, 72 and 96. RGB value is (81,114,150). Sum of RGB (Red+Green+Blue) = 81+114+150=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #517296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517296 is #AE8D69. Grayscale: #6C6C6C. Windows color (decimal): -11439466 or 9859665. OLE color: 9859665.

HSL color Cylindrical-coordinate representation of color #517296: hue angle of 211.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517296 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81114150-
CMYK0.460.2400.41
HSL211.3º29.87%45.29%-
HSV(B)211.3º46%58.82%-
XYZ14.9215.9931.15-
YUV108.24151.57108.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=23.48%
G=33.04%
B=43.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811141500.460.2400.41211.329.8745.29
Hex5172962E18029d31e2d
Octal12116222656300513233655
Binary10100011110010100101101011101100001010011101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517296; }

 p { color: rgb(81,114,150); }

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

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

 a { background-color: rgb(81,114,150); }

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

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

 span { border-color: rgb(81,114,150); }

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