#50656F

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

Shades of Bismark #50656F

Tints of Bismark #50656F

Color information

#50656F (or 0x50656F) is unknown color: approx Bismark. HEX triplet: 50, 65 and 6F. RGB value is (80,101,111). Sum of RGB (Red+Green+Blue) = 80+101+111=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #50656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50656F is #AF9A90. Grayscale: #5F5F5F. Windows color (decimal): -11508369 or 7300432. OLE color: 7300432.

HSL color Cylindrical-coordinate representation of color #50656F: hue angle of 199.35º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50656F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80101111-
CMYK0.280.0900.56
HSL199.35º16.23%37.45%-
HSV(B)199.35º27.93%43.53%-
XYZ10.8312.1616.82-
YUV95.86136.54116.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=27.40%
G=34.59%
B=38.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801011110.280.0900.56199.3516.2337.45
Hex50656F1C9038c71025
Octal12014515734110703072045
Binary10100001100101110111111100100101110001100011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50656F; }

 p { color: rgb(80,101,111); }

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

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

 a { background-color: rgb(80,101,111); }

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

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

 span { border-color: rgb(80,101,111); }

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