#506676

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

Shades of Bismark #506676

Tints of Bismark #506676

Color information

#506676 (or 0x506676) is unknown color: approx Bismark. HEX triplet: 50, 66 and 76. RGB value is (80,102,118). Sum of RGB (Red+Green+Blue) = 80+102+118=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #506676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506676 is #AF9989. Grayscale: #616161. Windows color (decimal): -11508106 or 7759440. OLE color: 7759440.

HSL color Cylindrical-coordinate representation of color #506676: hue angle of 205.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506676 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80102118-
CMYK0.320.1400.54
HSL205.26º19.19%38.82%-
HSV(B)205.26º32.2%46.27%-
XYZ11.3312.5218.96-
YUV97.25139.71115.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=26.67%
G=34%
B=39.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801021180.320.1400.54205.2619.1938.82
Hex50667620E036cd1327
Octal12014616640160663152347
Binary101000011001101110110100000111001101101100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506676; }

 p { color: rgb(80,102,118); }

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

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

 a { background-color: rgb(80,102,118); }

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

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

 span { border-color: rgb(80,102,118); }

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