#506773

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

Shades of Bismark #506773

Tints of Bismark #506773

Color information

#506773 (or 0x506773) is unknown color: approx Bismark. HEX triplet: 50, 67 and 73. RGB value is (80,103,115). Sum of RGB (Red+Green+Blue) = 80+103+115=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #506773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506773 is #AF988C. Grayscale: #616161. Windows color (decimal): -11507853 or 7563088. OLE color: 7563088.

HSL color Cylindrical-coordinate representation of color #506773: hue angle of 200.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506773 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80103115-
CMYK0.300.1000.55
HSL200.57º17.95%38.24%-
HSV(B)200.57º30.43%45.1%-
XYZ11.2512.6418.07-
YUV97.49137.88115.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=26.85%
G=34.56%
B=38.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801031150.300.1000.55200.5717.9538.24
Hex5067731EA037c91226
Octal12014716336120673112246
Binary10100001100111111001111110101001101111100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506773; }

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

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

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

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

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

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

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

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