#506999

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

Shades of San Marino #506999

Tints of San Marino #506999

Color information

#506999 (or 0x506999) is unknown color: approx San Marino. HEX triplet: 50, 69 and 99. RGB value is (80,105,153). Sum of RGB (Red+Green+Blue) = 80+105+153=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #506999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506999 is #AF9666. Grayscale: #666666. Windows color (decimal): -11507303 or 10053968. OLE color: 10053968.

HSL color Cylindrical-coordinate representation of color #506999: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506999 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80105153-
CMYK0.480.3100.4
HSL219.45º31.33%45.69%-
HSV(B)219.45º47.71%60%-
XYZ14.1114.1132.12-
YUV103156.22111.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=23.67%
G=31.07%
B=45.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801051530.480.3100.4219.4531.3345.69
Hex506999301F028db1f2e
Octal12015123160370503333756
Binary10100001101001100110011100001111101010001101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506999; }

 p { color: rgb(80,105,153); }

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

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

 a { background-color: rgb(80,105,153); }

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

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

 span { border-color: rgb(80,105,153); }

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