#506895

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

Shades of San Marino #506895

Tints of San Marino #506895

Color information

#506895 (or 0x506895) is unknown color: approx San Marino. HEX triplet: 50, 68 and 95. RGB value is (80,104,149). Sum of RGB (Red+Green+Blue) = 80+104+149=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #506895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506895 is #AF976A. Grayscale: #656565. Windows color (decimal): -11507563 or 9791568. OLE color: 9791568.

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

Color convert

RGB80104149-
CMYK0.460.3000.42
HSL219.13º30.13%44.9%-
HSV(B)219.13º46.31%58.43%-
XYZ13.6813.7830.37-
YUV101.95154.55112.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=24.02%
G=31.23%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801041490.460.3000.42219.1330.1344.9
Hex5068952E1E02Adb1e2d
Octal12015022556360523333655
Binary10100001101000100101011011101111001010101101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506895; }

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

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

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

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

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

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

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

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