#506979

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

Shades of Bismark #506979

Tints of Bismark #506979

Color information

#506979 (or 0x506979) is unknown color: approx Bismark. HEX triplet: 50, 69 and 79. RGB value is (80,105,121). Sum of RGB (Red+Green+Blue) = 80+105+121=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #506979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506979 is #AF9686. Grayscale: #636363. Windows color (decimal): -11507335 or 7956816. OLE color: 7956816.

HSL color Cylindrical-coordinate representation of color #506979: hue angle of 203.41º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506979 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80105121-
CMYK0.340.1300.53
HSL203.41º20.4%39.41%-
HSV(B)203.41º33.88%47.45%-
XYZ11.8113.1920.01-
YUV99.35140.22114.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=26.14%
G=34.31%
B=39.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801051210.340.1300.53203.4120.439.41
Hex50697922D035cb1427
Octal12015117142150653132447
Binary101000011010011111001100010110101101011100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506979; }

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

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

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

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

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

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

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

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