#517096

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

Shades of San Marino #517096

Tints of San Marino #517096

Color information

#517096 (or 0x517096) is unknown color: approx San Marino. HEX triplet: 51, 70 and 96. RGB value is (81,112,150). Sum of RGB (Red+Green+Blue) = 81+112+150=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #517096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517096 is #AE8F69. Grayscale: #6A6A6A. Windows color (decimal): -11439978 or 9859153. OLE color: 9859153.

HSL color Cylindrical-coordinate representation of color #517096: hue angle of 213.04º 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 #517096 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81112150-
CMYK0.460.2500.41
HSL213.04º29.87%45.29%-
HSV(B)213.04º46%58.82%-
XYZ14.6915.5431.08-
YUV107.06152.23109.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=23.62%
G=32.65%
B=43.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811121500.460.2500.41213.0429.8745.29
Hex5170962E19029d51e2d
Octal12116022656310513253655
Binary10100011110000100101101011101100101010011101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517096; }

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

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

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

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

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

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

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

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