#506C77

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

Shades of Bismark #506C77

Tints of Bismark #506C77

Color information

#506C77 (or 0x506C77) is unknown color: approx Bismark. HEX triplet: 50, 6C and 77. RGB value is (80,108,119). Sum of RGB (Red+Green+Blue) = 80+108+119=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #506C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C77 is #AF9388. Grayscale: #646464. Windows color (decimal): -11506569 or 7826512. OLE color: 7826512.

HSL color Cylindrical-coordinate representation of color #506C77: hue angle of 196.92º 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 #506C77 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80108119-
CMYK0.330.0900.53
HSL196.92º19.6%39.02%-
HSV(B)196.92º32.77%46.67%-
XYZ1213.7619.48-
YUV100.88138.22113.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=26.06%
G=35.18%
B=38.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801081190.330.0900.53196.9219.639.02
Hex506C77219035c51427
Octal12015416741110653052447
Binary101000011011001110111100001100101101011100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,119); }

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

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

 a { background-color: rgb(80,108,119); }

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

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

 span { border-color: rgb(80,108,119); }

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