Html Css Color HEX #506C73 Bismark

📋 copy color: '#506C73'

red 80 ◦ green 108 ◦ blue 115

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

Shades of Bismark #506C73

Tints of Bismark #506C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 26.4%
G = 35.64%
B = 37.95%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506C73 (or 0x506C73) is known color: 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

RGB 80 108 115 -
CMYK 0.30 0.06 0 0.55
HSL 192º 0.18% 0.38% -
HSV(B) 192º 0.3% 0.45% -
XYZ 11.77 13.67 18.24 -
YUV 100.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 80 108 115 0.30 0.06 0 0.55 192 0.18 0.38
Hex 50 6C 73 1E 6 0 37 C0 12 26
Octal 120 154 163 36 6 0 67 300 22 46
Binary 1010000 1101100 1110011 11110 110 0 110111 11000000 10010 100110

Color Harmonies of #506C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C73

Black with #506C73

Text Example


Text Example

White with #506C73

Text Example


Text Example

HTML Codes & Css Web 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>