#50769F

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

Shades of San Marino #50769F

Tints of San Marino #50769F

Color information

#50769F (or 0x50769F) is unknown color: approx San Marino. HEX triplet: 50, 76 and 9F. RGB value is (80,118,159). Sum of RGB (Red+Green+Blue) = 80+118+159=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #50769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50769F is #AF8960. Grayscale: #6F6F6F. Windows color (decimal): -11503969 or 10450512. OLE color: 10450512.

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

Color convert

RGB80118159-
CMYK0.500.2600.38
HSL211.14º33.05%46.86%-
HSV(B)211.14º49.69%62.35%-
XYZ16.0417.1735.27-
YUV111.31154.91105.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=22.41%
G=33.05%
B=44.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801181590.500.2600.38211.1433.0546.86
Hex50769F321A026d3212f
Octal12016623762320463234157
Binary101000011101101001111111001011010010011011010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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