#50687A

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

Shades of Bismark #50687A

Tints of Bismark #50687A

Color information

#50687A (or 0x50687A) is unknown color: approx Bismark. HEX triplet: 50, 68 and 7A. RGB value is (80,104,122). Sum of RGB (Red+Green+Blue) = 80+104+122=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #50687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687A is #AF9785. Grayscale: #626262. Windows color (decimal): -11507590 or 8022096. OLE color: 8022096.

HSL color Cylindrical-coordinate representation of color #50687A: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50687A is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80104122-
CMYK0.340.1500.52
HSL205.71º20.79%39.61%-
HSV(B)205.71º34.43%47.84%-
XYZ11.7713.0120.3-
YUV98.88141.05114.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=26.14%
G=33.99%
B=39.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801041220.340.1500.52205.7120.7939.61
Hex50687A22F034ce1528
Octal12015017242170643162550
Binary101000011010001111010100010111101101001100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50687A; }

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

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

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

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

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

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

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

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