#506B78

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

Shades of Bismark #506B78

Tints of Bismark #506B78

Color information

#506B78 (or 0x506B78) is unknown color: approx Bismark. HEX triplet: 50, 6B and 78. RGB value is (80,107,120). Sum of RGB (Red+Green+Blue) = 80+107+120=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #506B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B78 is #AF9487. Grayscale: #646464. Windows color (decimal): -11506824 or 7891792. OLE color: 7891792.

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

Color convert

RGB80107120-
CMYK0.330.1100.53
HSL199.5º20%39.22%-
HSV(B)199.5º33.33%47.06%-
XYZ11.9613.5819.76-
YUV100.41139.05113.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=26.06%
G=34.85%
B=39.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801071200.330.1100.53199.52039.22
Hex506B7821B035c81427
Octal12015317041130653102447
Binary101000011010111111000100001101101101011100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B78; }

 p { color: rgb(80,107,120); }

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

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

 a { background-color: rgb(80,107,120); }

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

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

 span { border-color: rgb(80,107,120); }

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