#506D99

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

Shades of San Marino #506D99

Tints of San Marino #506D99

Color information

#506D99 (or 0x506D99) is unknown color: approx San Marino. HEX triplet: 50, 6D and 99. RGB value is (80,109,153). Sum of RGB (Red+Green+Blue) = 80+109+153=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #506D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D99 is #AF9266. Grayscale: #696969. Windows color (decimal): -11506279 or 10054992. OLE color: 10054992.

HSL color Cylindrical-coordinate representation of color #506D99: hue angle of 216.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506D99 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80109153-
CMYK0.480.2900.4
HSL216.16º31.33%45.69%-
HSV(B)216.16º47.71%60%-
XYZ14.5314.9432.26-
YUV105.34154.89109.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=23.39%
G=31.87%
B=44.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801091530.480.2900.4216.1631.3345.69
Hex506D99301D028d81f2e
Octal12015523160350503303756
Binary10100001101101100110011100001110101010001101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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