#51699F

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

Shades of San Marino #51699F

Tints of San Marino #51699F

Color information

#51699F (or 0x51699F) is unknown color: approx San Marino. HEX triplet: 51, 69 and 9F. RGB value is (81,105,159). Sum of RGB (Red+Green+Blue) = 81+105+159=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #51699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51699F is #AE9660. Grayscale: #676767. Windows color (decimal): -11441761 or 10447185. OLE color: 10447185.

HSL color Cylindrical-coordinate representation of color #51699F: hue angle of 221.54º 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 #51699F is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81105159-
CMYK0.490.3400.38
HSL221.54º32.5%47.06%-
HSV(B)221.54º49.06%62.35%-
XYZ14.714.3634.8-
YUV103.98159.05111.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=23.48%
G=30.43%
B=46.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811051590.490.3400.38221.5432.547.06
Hex51699F3122026de202f
Octal12115123761420463364057
Binary1010001110100110011111110001100010010011011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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