#506573

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

Shades of Bismark #506573

Tints of Bismark #506573

Color information

#506573 (or 0x506573) is unknown color: approx Bismark. HEX triplet: 50, 65 and 73. RGB value is (80,101,115). Sum of RGB (Red+Green+Blue) = 80+101+115=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #506573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506573 is #AF9A8C. Grayscale: #606060. Windows color (decimal): -11508365 or 7562576. OLE color: 7562576.

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

Color convert

RGB80101115-
CMYK0.300.1200.55
HSL204º17.95%38.24%-
HSV(B)204º30.43%45.1%-
XYZ11.0612.2518-
YUV96.32138.54116.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=27.03%
G=34.12%
B=38.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801011150.300.1200.5520417.9538.24
Hex5065731EC037cc1226
Octal12014516336140673142246
Binary10100001100101111001111110110001101111100110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506573; }

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

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

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

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

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

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

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

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