Html Css Color HEX #506C71 Tax Break

📋 copy color: '#506C71'

red 80 ◦ green 108 ◦ blue 113

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

Shades of Tax Break #506C71

Tints of Tax Break #506C71

RGB

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

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

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

R = 26.58%
G = 35.88%
B = 37.54%

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

#506C71 (or 0x506C71) is known color: Tax Break. HEX triplet: 50, 6C and 71. RGB value is (80,108,113). Sum of RGB (Red+Green+Blue) = 80+108+113=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #506C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C71 is #AF938E. Grayscale: #646464. Windows color (decimal): -11506575 or 7433296. OLE color: 7433296.

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

Color convert

RGB 80 108 113 -
CMYK 0.29 0.04 0 0.56
HSL 189.09º 0.17% 0.38% -
HSV(B) 189.09º 0.29% 0.44% -
XYZ 11.65 13.62 17.64 -
YUV 100.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 80 108 113 0.29 0.04 0 0.56 189.09 0.17 0.38
Hex 50 6C 71 1D 4 0 38 BD 11 26
Octal 120 154 161 35 4 0 70 275 21 46
Binary 1010000 1101100 1110001 11101 100 0 111000 10111101 10001 100110

Color Harmonies of #506C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C71

Black with #506C71

Text Example


Text Example

White with #506C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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