#506D9E

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

Shades of San Marino #506D9E

Tints of San Marino #506D9E

Color information

#506D9E (or 0x506D9E) is unknown color: approx San Marino. HEX triplet: 50, 6D and 9E. RGB value is (80,109,158). Sum of RGB (Red+Green+Blue) = 80+109+158=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #506D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D9E is #AF9261. Grayscale: #696969. Windows color (decimal): -11506274 or 10382672. OLE color: 10382672.

HSL color Cylindrical-coordinate representation of color #506D9E: hue angle of 217.69º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506D9E is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80109158-
CMYK0.490.3100.38
HSL217.69º32.77%46.67%-
HSV(B)217.69º49.37%61.96%-
XYZ14.9515.1134.48-
YUV105.92157.39109.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=23.05%
G=31.41%
B=45.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801091580.490.3100.38217.6932.7746.67
Hex506D9E311F026da212f
Octal12015523661370463324157
Binary101000011011011001111011000111111010011011011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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