#50747D

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

Shades of Bismark #50747D

Tints of Bismark #50747D

Color information

#50747D (or 0x50747D) is unknown color: approx Bismark. HEX triplet: 50, 74 and 7D. RGB value is (80,116,125). Sum of RGB (Red+Green+Blue) = 80+116+125=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #50747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747D is #AF8B82. Grayscale: #6A6A6A. Windows color (decimal): -11504515 or 8221776. OLE color: 8221776.

HSL color Cylindrical-coordinate representation of color #50747D: hue angle of 192º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50747D is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80116125-
CMYK0.360.0700.51
HSL192º21.95%40.2%-
HSV(B)192º36%49.02%-
XYZ13.2615.6821.73-
YUV106.26138.57109.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=24.92%
G=36.14%
B=38.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801161250.360.0700.5119221.9540.2
Hex50747D247033c01628
Octal1201641754470633002650
Binary10100001110100111110110010011101100111100000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50747D; }

 p { color: rgb(80,116,125); }

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

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

 a { background-color: rgb(80,116,125); }

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

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

 span { border-color: rgb(80,116,125); }

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