Html Css Color HEX #506B73 Bismark

📋 copy color: '#506B73'

red 80 ◦ green 107 ◦ blue 115

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

Shades of Bismark #506B73

Tints of Bismark #506B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

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

R = 26.49%
G = 35.43%
B = 38.08%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506B73 (or 0x506B73) is known color: Bismark. HEX triplet: 50, 6B and 73. RGB value is (80,107,115). Sum of RGB (Red+Green+Blue) = 80+107+115=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #506B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B73 is #AF948C. Grayscale: #636363. Windows color (decimal): -11506829 or 7564112. OLE color: 7564112.

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

Color convert

RGB 80 107 115 -
CMYK 0.30 0.07 0 0.55
HSL 193.71º 0.18% 0.38% -
HSV(B) 193.71º 0.3% 0.45% -
XYZ 11.66 13.46 18.2 -
YUV 99.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 80 107 115 0.30 0.07 0 0.55 193.71 0.18 0.38
Hex 50 6B 73 1E 7 0 37 C2 12 26
Octal 120 153 163 36 7 0 67 302 22 46
Binary 1010000 1101011 1110011 11110 111 0 110111 11000010 10010 100110

Color Harmonies of #506B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B73

Black with #506B73

Text Example


Text Example

White with #506B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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