#506776

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

Shades of Bismark #506776

Tints of Bismark #506776

Color information

#506776 (or 0x506776) is unknown color: approx Bismark. HEX triplet: 50, 67 and 76. RGB value is (80,103,118). Sum of RGB (Red+Green+Blue) = 80+103+118=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #506776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506776 is #AF9889. Grayscale: #616161. Windows color (decimal): -11507850 or 7759696. OLE color: 7759696.

HSL color Cylindrical-coordinate representation of color #506776: hue angle of 203.68º 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 #506776 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80103118-
CMYK0.320.1300.54
HSL203.68º19.19%38.82%-
HSV(B)203.68º32.2%46.27%-
XYZ11.4312.7118.99-
YUV97.83139.38115.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=26.58%
G=34.22%
B=39.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801031180.320.1300.54203.6819.1938.82
Hex50677620D036cc1327
Octal12014716640150663142347
Binary101000011001111110110100000110101101101100110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506776; }

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

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

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

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

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

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

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

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