#51719C

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

Shades of San Marino #51719C

Tints of San Marino #51719C

Color information

#51719C (or 0x51719C) is unknown color: approx San Marino. HEX triplet: 51, 71 and 9C. RGB value is (81,113,156). Sum of RGB (Red+Green+Blue) = 81+113+156=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #51719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51719C is #AE8E63. Grayscale: #6C6C6C. Windows color (decimal): -11439716 or 10252625. OLE color: 10252625.

HSL color Cylindrical-coordinate representation of color #51719C: hue angle of 214.4º 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 #51719C is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81113156-
CMYK0.480.2800.39
HSL214.4º31.65%46.47%-
HSV(B)214.4º48.08%61.18%-
XYZ15.315.9633.73-
YUV108.33154.9108.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=23.14%
G=32.29%
B=44.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811131560.480.2800.39214.431.6546.47
Hex51719C301C027d6202e
Octal12116123460340473264056
Binary101000111100011001110011000011100010011111010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51719C; }

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

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

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

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

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

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

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

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