#506E9F

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

Shades of San Marino #506E9F

Tints of San Marino #506E9F

Color information

#506E9F (or 0x506E9F) is unknown color: approx San Marino. HEX triplet: 50, 6E and 9F. RGB value is (80,110,159). Sum of RGB (Red+Green+Blue) = 80+110+159=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #506E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E9F is #AF9160. Grayscale: #6A6A6A. Windows color (decimal): -11506017 or 10448464. OLE color: 10448464.

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

Color convert

RGB80110159-
CMYK0.500.3100.38
HSL217.22º33.05%46.86%-
HSV(B)217.22º49.69%62.35%-
XYZ15.1415.3634.97-
YUV106.62157.56109.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=22.92%
G=31.52%
B=45.56%

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
Decimal801101590.500.3100.38217.2233.0546.86
Hex506E9F321F026d9212f
Octal12015623762370463314157
Binary101000011011101001111111001011111010011011011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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