#51689F

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

Shades of San Marino #51689F

Tints of San Marino #51689F

Color information

#51689F (or 0x51689F) is unknown color: approx San Marino. HEX triplet: 51, 68 and 9F. RGB value is (81,104,159). Sum of RGB (Red+Green+Blue) = 81+104+159=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #51689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689F is #AE9760. Grayscale: #676767. Windows color (decimal): -11442017 or 10446929. OLE color: 10446929.

HSL color Cylindrical-coordinate representation of color #51689F: hue angle of 222.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51689F is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81104159-
CMYK0.490.3500.38
HSL222.31º32.5%47.06%-
HSV(B)222.31º49.06%62.35%-
XYZ14.614.1534.76-
YUV103.39159.38112.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=23.55%
G=30.23%
B=46.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811041590.490.3500.38222.3132.547.06
Hex51689F3123026de202f
Octal12115023761430463364057
Binary1010001110100010011111110001100011010011011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51689F; }

 p { color: rgb(81,104,159); }

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

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

 a { background-color: rgb(81,104,159); }

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

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

 span { border-color: rgb(81,104,159); }

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