#506EB4

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

Shades of San Marino #506EB4

Tints of San Marino #506EB4

Color information

#506EB4 (or 0x506EB4) is unknown color: approx San Marino. HEX triplet: 50, 6E and B4. RGB value is (80,110,180). Sum of RGB (Red+Green+Blue) = 80+110+180=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #506EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EB4 is #AF914B. Grayscale: #6C6C6C. Windows color (decimal): -11505996 or 11824720. OLE color: 11824720.

HSL color Cylindrical-coordinate representation of color #506EB4: hue angle of 222º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506EB4 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80110180-
CMYK0.560.3900.29
HSL222º40%50.98%-
HSV(B)222º55.56%70.59%-
XYZ17.1216.1545.4-
YUV109.01168.06107.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=21.62%
G=29.73%
B=48.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801101800.560.3900.292224050.98
Hex506EB4382701Dde2833
Octal12015626470470353365063
Binary101000011011101011010011100010011101110111011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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