Html Css Color HEX #506D73 Bismark

📋 copy color: '#506D73'

red 80 ◦ green 109 ◦ blue 115

#506D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #506D73

Tints of Bismark #506D73

RGB

 RED value IS 80 (31.64% from 255) = 26.32%

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 26.32%
G = 35.86%
B = 37.83%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506D73 (or 0x506D73) is known color: Bismark. HEX triplet: 50, 6D and 73. RGB value is (80,109,115). Sum of RGB (Red+Green+Blue) = 80+109+115=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #506D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D73 is #AF928C. Grayscale: #646464. Windows color (decimal): -11506317 or 7564624. OLE color: 7564624.

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

Color convert

RGB 80 109 115 -
CMYK 0.30 0.05 0 0.55
HSL 190.29º 0.18% 0.38% -
HSV(B) 190.29º 0.3% 0.45% -
XYZ 11.87 13.88 18.27 -
YUV 101.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 80 109 115 0.30 0.05 0 0.55 190.29 0.18 0.38
Hex 50 6D 73 1E 5 0 37 BE 12 26
Octal 120 155 163 36 5 0 67 276 22 46
Binary 1010000 1101101 1110011 11110 101 0 110111 10111110 10010 100110

Color Harmonies of #506D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D73

Black with #506D73

Text Example


Text Example

White with #506D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #506D73;
 }
 .AnyTagClassName
 {
   color: #506D73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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