#51719B

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

Shades of San Marino #51719B

Tints of San Marino #51719B

Color information

#51719B (or 0x51719B) is unknown color: approx San Marino. HEX triplet: 51, 71 and 9B. RGB value is (81,113,155). Sum of RGB (Red+Green+Blue) = 81+113+155=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #51719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51719B is #AE8E64. Grayscale: #6C6C6C. Windows color (decimal): -11439717 or 10187089. OLE color: 10187089.

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

Color convert

RGB81113155-
CMYK0.480.2700.39
HSL214.05º31.36%46.27%-
HSV(B)214.05º47.74%60.78%-
XYZ15.2115.9333.28-
YUV108.22154.4108.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=23.21%
G=32.38%
B=44.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811131550.480.2700.39214.0531.3646.27
Hex51719B301B027d61f2e
Octal12116123360330473263756
Binary10100011110001100110111100001101101001111101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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