#506EB1

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

Shades of San Marino #506EB1

Tints of San Marino #506EB1

Color information

#506EB1 (or 0x506EB1) is unknown color: approx San Marino. HEX triplet: 50, 6E and B1. RGB value is (80,110,177). Sum of RGB (Red+Green+Blue) = 80+110+177=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #506EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506EB1 is #AF914E. Grayscale: #6C6C6C. Windows color (decimal): -11505999 or 11628112. OLE color: 11628112.

HSL color Cylindrical-coordinate representation of color #506EB1: hue angle of 221.44º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #506EB1 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80110177-
CMYK0.550.3800.31
HSL221.44º38.34%50.39%-
HSV(B)221.44º54.8%69.41%-
XYZ16.8216.0343.8-
YUV108.67166.56107.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=21.80%
G=29.97%
B=48.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801101770.550.3800.31221.4438.3450.39
Hex506EB1372601Fdd2632
Octal12015626167460373354662
Binary101000011011101011000111011110011001111111011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,110,177); }

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

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

 a { background-color: rgb(80,110,177); }

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

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

 span { border-color: rgb(80,110,177); }

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