#506A73

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

Shades of Bismark #506A73

Tints of Bismark #506A73

Color information

#506A73 (or 0x506A73) is unknown color: approx Bismark. HEX triplet: 50, 6A and 73. RGB value is (80,106,115). Sum of RGB (Red+Green+Blue) = 80+106+115=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #506A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A73 is #AF958C. Grayscale: #636363. Windows color (decimal): -11507085 or 7563856. OLE color: 7563856.

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

Color convert

RGB80106115-
CMYK0.300.0800.55
HSL195.43º17.95%38.24%-
HSV(B)195.43º30.43%45.1%-
XYZ11.5613.2518.17-
YUV99.25136.89114.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=26.58%
G=35.22%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801061150.300.0800.55195.4317.9538.24
Hex506A731E8037c31226
Octal12015216336100673032246
Binary10100001101010111001111110100001101111100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506A73; }

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

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

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

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

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

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

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

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