#506D9F

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

Shades of San Marino #506D9F

Tints of San Marino #506D9F

Color information

#506D9F (or 0x506D9F) is unknown color: approx San Marino. HEX triplet: 50, 6D and 9F. RGB value is (80,109,159). Sum of RGB (Red+Green+Blue) = 80+109+159=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #506D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D9F is #AF9260. Grayscale: #696969. Windows color (decimal): -11506273 or 10448208. OLE color: 10448208.

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

Color convert

RGB80109159-
CMYK0.500.3100.38
HSL217.97º33.05%46.86%-
HSV(B)217.97º49.69%62.35%-
XYZ15.0315.1534.93-
YUV106.03157.89109.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=22.99%
G=31.32%
B=45.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801091590.500.3100.38217.9733.0546.86
Hex506D9F321F026da212f
Octal12015523762370463324157
Binary101000011011011001111111001011111010011011011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D9F; }

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

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

<style>
 a { background-color: #506D9F; }

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

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

<style>
 span { border-color: #506D9F; }

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

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