#50697A

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

Shades of Bismark #50697A

Tints of Bismark #50697A

Color information

#50697A (or 0x50697A) is unknown color: approx Bismark. HEX triplet: 50, 69 and 7A. RGB value is (80,105,122). Sum of RGB (Red+Green+Blue) = 80+105+122=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #50697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50697A is #AF9685. Grayscale: #636363. Windows color (decimal): -11507334 or 8022352. OLE color: 8022352.

HSL color Cylindrical-coordinate representation of color #50697A: hue angle of 204.29º 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 #50697A is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80105122-
CMYK0.340.1400.52
HSL204.29º20.79%39.61%-
HSV(B)204.29º34.43%47.84%-
XYZ11.8713.2120.34-
YUV99.46140.72114.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=26.06%
G=34.20%
B=39.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801051220.340.1400.52204.2920.7939.61
Hex50697A22E034cc1528
Octal12015117242160643142550
Binary101000011010011111010100010111001101001100110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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