Html Css Color HEX #506D71 Tax Break

📋 copy color: '#506D71'

red 80 ◦ green 109 ◦ blue 113

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

Shades of Tax Break #506D71

Tints of Tax Break #506D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 26.49%
G = 36.09%
B = 37.42%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506D71 (or 0x506D71) is known color: Tax Break. HEX triplet: 50, 6D and 71. RGB value is (80,109,113). Sum of RGB (Red+Green+Blue) = 80+109+113=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #506D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D71 is #AF928E. Grayscale: #646464. Windows color (decimal): -11506319 or 7433552. OLE color: 7433552.

HSL color Cylindrical-coordinate representation of color #506D71: hue angle of 187.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506D71 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 109 113 -
CMYK 0.29 0.04 0 0.56
HSL 187.27º 0.17% 0.38% -
HSV(B) 187.27º 0.29% 0.44% -
XYZ 11.76 13.84 17.67 -
YUV 100.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 80 109 113 0.29 0.04 0 0.56 187.27 0.17 0.38
Hex 50 6D 71 1D 4 0 38 BB 11 26
Octal 120 155 161 35 4 0 70 273 21 46
Binary 1010000 1101101 1110001 11101 100 0 111000 10111011 10001 100110

Color Harmonies of #506D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D71

Black with #506D71

Text Example


Text Example

White with #506D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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