#506D95

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

Shades of San Marino #506D95

Tints of San Marino #506D95

Color information

#506D95 (or 0x506D95) is unknown color: approx San Marino. HEX triplet: 50, 6D and 95. RGB value is (80,109,149). Sum of RGB (Red+Green+Blue) = 80+109+149=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #506D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D95 is #AF926A. Grayscale: #686868. Windows color (decimal): -11506283 or 9792848. OLE color: 9792848.

HSL color Cylindrical-coordinate representation of color #506D95: hue angle of 214.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506D95 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80109149-
CMYK0.460.2700.42
HSL214.78º30.13%44.9%-
HSV(B)214.78º46.31%58.43%-
XYZ14.214.8130.54-
YUV104.89152.89110.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=23.67%
G=32.25%
B=44.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801091490.460.2700.42214.7830.1344.9
Hex506D952E1B02Ad71e2d
Octal12015522556330523273655
Binary10100001101101100101011011101101101010101101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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