#50659F

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

Shades of San Marino #50659F

Tints of San Marino #50659F

Color information

#50659F (or 0x50659F) is unknown color: approx San Marino. HEX triplet: 50, 65 and 9F. RGB value is (80,101,159). Sum of RGB (Red+Green+Blue) = 80+101+159=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #50659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50659F is #AF9A60. Grayscale: #656565. Windows color (decimal): -11508321 or 10446160. OLE color: 10446160.

HSL color Cylindrical-coordinate representation of color #50659F: hue angle of 224.05º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50659F is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80101159-
CMYK0.500.3600.38
HSL224.05º33.05%46.86%-
HSV(B)224.05º49.69%62.35%-
XYZ14.2213.5234.66-
YUV101.33160.54112.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=23.53%
G=29.71%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801011590.500.3600.38224.0533.0546.86
Hex50659F3224026e0212f
Octal12014523762440463404157
Binary1010000110010110011111110010100100010011011100000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,101,159); }

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

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

 a { background-color: rgb(80,101,159); }

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

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

 span { border-color: rgb(80,101,159); }

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