#506C73

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

Shades of Bismark #506C73

Tints of Bismark #506C73

Color information

#506C73 (or 0x506C73) is unknown color: approx Bismark. HEX triplet: 50, 6C and 73. RGB value is (80,108,115). Sum of RGB (Red+Green+Blue) = 80+108+115=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #506C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C73 is #AF938C. Grayscale: #646464. Windows color (decimal): -11506573 or 7564368. OLE color: 7564368.

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

Color convert

RGB80108115-
CMYK0.300.0600.55
HSL192º17.95%38.24%-
HSV(B)192º30.43%45.1%-
XYZ11.7713.6718.24-
YUV100.43136.22113.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=26.40%
G=35.64%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801081150.300.0600.5519217.9538.24
Hex506C731E6037c01226
Octal1201541633660673002246
Binary1010000110110011100111111011001101111100000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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