Html Css Color HEX #506D72 Tax Break

📋 copy color: '#506D72'

red 80 ◦ green 109 ◦ blue 114

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

Shades of Tax Break #506D72

Tints of Tax Break #506D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 26.4%
G = 35.97%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506D72 (or 0x506D72) is known color: Tax Break. HEX triplet: 50, 6D and 72. RGB value is (80,109,114). Sum of RGB (Red+Green+Blue) = 80+109+114=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #506D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D72 is #AF928D. Grayscale: #646464. Windows color (decimal): -11506318 or 7499088. OLE color: 7499088.

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

Color convert

RGB 80 109 114 -
CMYK 0.30 0.04 0 0.55
HSL 188.82º 0.18% 0.38% -
HSV(B) 188.82º 0.3% 0.45% -
XYZ 11.81 13.86 17.97 -
YUV 100.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 80 109 114 0.30 0.04 0 0.55 188.82 0.18 0.38
Hex 50 6D 72 1E 4 0 37 BD 12 26
Octal 120 155 162 36 4 0 67 275 22 46
Binary 1010000 1101101 1110010 11110 100 0 110111 10111101 10010 100110

Color Harmonies of #506D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D72

Black with #506D72

Text Example


Text Example

White with #506D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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