#506873

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

Shades of Bismark #506873

Tints of Bismark #506873

Color information

#506873 (or 0x506873) is unknown color: approx Bismark. HEX triplet: 50, 68 and 73. RGB value is (80,104,115). Sum of RGB (Red+Green+Blue) = 80+104+115=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #506873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506873 is #AF978C. Grayscale: #626262. Windows color (decimal): -11507597 or 7563344. OLE color: 7563344.

HSL color Cylindrical-coordinate representation of color #506873: hue angle of 198.86º 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 #506873 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80104115-
CMYK0.300.1000.55
HSL198.86º17.95%38.24%-
HSV(B)198.86º30.43%45.1%-
XYZ11.3512.8418.1-
YUV98.08137.55115.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=26.76%
G=34.78%
B=38.46%

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
Decimal801041150.300.1000.55198.8617.9538.24
Hex5068731EA037c71226
Octal12015016336120673072246
Binary10100001101000111001111110101001101111100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506873; }

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

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

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

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

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

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

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

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