Html Css Color HEX #506E71 Tax Break

📋 copy color: '#506E71'

red 80 ◦ green 110 ◦ blue 113

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

Shades of Tax Break #506E71

Tints of Tax Break #506E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 26.4%
G = 36.3%
B = 37.29%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506E71 (or 0x506E71) is known color: Tax Break. HEX triplet: 50, 6E and 71. RGB value is (80,110,113). Sum of RGB (Red+Green+Blue) = 80+110+113=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #506E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E71 is #AF918E. Grayscale: #656565. Windows color (decimal): -11506063 or 7433808. OLE color: 7433808.

HSL color Cylindrical-coordinate representation of color #506E71: hue angle of 185.45º 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 #506E71 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 110 113 -
CMYK 0.29 0.03 0 0.56
HSL 185.45º 0.17% 0.38% -
HSV(B) 185.45º 0.29% 0.44% -
XYZ 11.86 14.05 17.71 -
YUV 101.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 80 110 113 0.29 0.03 0 0.56 185.45 0.17 0.38
Hex 50 6E 71 1D 3 0 38 B9 11 26
Octal 120 156 161 35 3 0 70 271 21 46
Binary 1010000 1101110 1110001 11101 11 0 111000 10111001 10001 100110

Color Harmonies of #506E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E71

Black with #506E71

Text Example


Text Example

White with #506E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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