#506FB2

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

Shades of San Marino #506FB2

Tints of San Marino #506FB2

Color information

#506FB2 (or 0x506FB2) is unknown color: approx San Marino. HEX triplet: 50, 6F and B2. RGB value is (80,111,178). Sum of RGB (Red+Green+Blue) = 80+111+178=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #506FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FB2 is #AF904D. Grayscale: #6D6D6D. Windows color (decimal): -11505742 or 11693904. OLE color: 11693904.

HSL color Cylindrical-coordinate representation of color #506FB2: hue angle of 221.02º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #506FB2 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80111178-
CMYK0.550.3800.30
HSL221.02º38.89%50.59%-
HSV(B)221.02º55.06%69.8%-
XYZ17.0316.2944.37-
YUV109.37166.73107.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 178 (69.92% from 255) = 48.24%
R=21.68%
G=30.08%
B=48.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801111780.550.3800.30221.0238.8950.59
Hex506FB2372601Edd2733
Octal12015726267460363354763
Binary101000011011111011001011011110011001111011011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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