#506F9B

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

Shades of San Marino #506F9B

Tints of San Marino #506F9B

Color information

#506F9B (or 0x506F9B) is unknown color: approx San Marino. HEX triplet: 50, 6F and 9B. RGB value is (80,111,155). Sum of RGB (Red+Green+Blue) = 80+111+155=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #506F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F9B is #AF9064. Grayscale: #6A6A6A. Windows color (decimal): -11505765 or 10186576. OLE color: 10186576.

HSL color Cylindrical-coordinate representation of color #506F9B: hue angle of 215.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506F9B is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80111155-
CMYK0.480.2800.39
HSL215.2º31.91%46.08%-
HSV(B)215.2º48.39%60.78%-
XYZ14.9115.4433.2-
YUV106.75155.23108.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=23.12%
G=32.08%
B=44.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801111550.480.2800.39215.231.9146.08
Hex506F9B301C027d7202e
Octal12015723360340473274056
Binary101000011011111001101111000011100010011111010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,155); }

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

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

 a { background-color: rgb(80,111,155); }

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

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

 span { border-color: rgb(80,111,155); }

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