#506B77

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

Shades of Bismark #506B77

Tints of Bismark #506B77

Color information

#506B77 (or 0x506B77) is unknown color: approx Bismark. HEX triplet: 50, 6B and 77. RGB value is (80,107,119). Sum of RGB (Red+Green+Blue) = 80+107+119=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #506B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B77 is #AF9488. Grayscale: #646464. Windows color (decimal): -11506825 or 7826256. OLE color: 7826256.

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

Color convert

RGB80107119-
CMYK0.330.1000.53
HSL198.46º19.6%39.02%-
HSV(B)198.46º32.77%46.67%-
XYZ11.913.5519.44-
YUV100.3138.55113.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=26.14%
G=34.97%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801071190.330.1000.53198.4619.639.02
Hex506B7721A035c61427
Octal12015316741120653062447
Binary101000011010111110111100001101001101011100011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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