#506395

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

Shades of San Marino #506395

Tints of San Marino #506395

Color information

#506395 (or 0x506395) is unknown color: approx San Marino. HEX triplet: 50, 63 and 95. RGB value is (80,99,149). Sum of RGB (Red+Green+Blue) = 80+99+149=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #506395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506395 is #AF9C6A. Grayscale: #626262. Windows color (decimal): -11508843 or 9790288. OLE color: 9790288.

HSL color Cylindrical-coordinate representation of color #506395: hue angle of 223.48º 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 #506395 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8099149-
CMYK0.460.3400.42
HSL223.48º30.13%44.9%-
HSV(B)223.48º46.31%58.43%-
XYZ13.1912.830.21-
YUV99.02156.21114.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=24.39%
G=30.18%
B=45.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80991490.460.3400.42223.4830.1344.9
Hex5063952E2202Adf1e2d
Octal12014322556420523373655
Binary101000011000111001010110111010001001010101101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506395; }

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

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

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

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

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

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

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

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