#50709B

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

Shades of San Marino #50709B

Tints of San Marino #50709B

Color information

#50709B (or 0x50709B) is unknown color: approx San Marino. HEX triplet: 50, 70 and 9B. RGB value is (80,112,155). Sum of RGB (Red+Green+Blue) = 80+112+155=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #50709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50709B is #AF8F64. Grayscale: #6B6B6B. Windows color (decimal): -11505509 or 10186832. OLE color: 10186832.

HSL color Cylindrical-coordinate representation of color #50709B: hue angle of 214.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50709B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80112155-
CMYK0.480.2800.39
HSL214.4º31.91%46.08%-
HSV(B)214.4º48.39%60.78%-
XYZ15.0215.6633.24-
YUV107.33154.9108.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=23.05%
G=32.28%
B=44.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801121550.480.2800.39214.431.9146.08
Hex50709B301C027d6202e
Octal12016023360340473264056
Binary101000011100001001101111000011100010011111010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50709B; }

 p { color: rgb(80,112,155); }

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

<style>
 a { background-color: #50709B; }

 a { background-color: rgb(80,112,155); }

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

<style>
 span { border-color: #50709B; }

 span { border-color: rgb(80,112,155); }

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