#50729F

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

Shades of San Marino #50729F

Tints of San Marino #50729F

Color information

#50729F (or 0x50729F) is unknown color: approx San Marino. HEX triplet: 50, 72 and 9F. RGB value is (80,114,159). Sum of RGB (Red+Green+Blue) = 80+114+159=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #50729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50729F is #AF8D60. Grayscale: #6C6C6C. Windows color (decimal): -11504993 or 10449488. OLE color: 10449488.

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

Color convert

RGB80114159-
CMYK0.500.2800.38
HSL214.18º33.05%46.86%-
HSV(B)214.18º49.69%62.35%-
XYZ15.5816.2435.11-
YUV108.96156.24107.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=22.66%
G=32.29%
B=45.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801141590.500.2800.38214.1833.0546.86
Hex50729F321C026d6212f
Octal12016223762340463264157
Binary101000011100101001111111001011100010011011010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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