Html Css Color HEX #50676B Tax Break

📋 copy color: '#50676B'

red 80 ◦ green 103 ◦ blue 107

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

Shades of Tax Break #50676B

Tints of Tax Break #50676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 27.59%
G = 35.52%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50676B (or 0x50676B) is known color: Tax Break. HEX triplet: 50, 67 and 6B. RGB value is (80,103,107). Sum of RGB (Red+Green+Blue) = 80+103+107=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #50676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50676B is #AF9894. Grayscale: #606060. Windows color (decimal): -11507861 or 7038800. OLE color: 7038800.

HSL color Cylindrical-coordinate representation of color #50676B: hue angle of 188.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50676B is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 103 107 -
CMYK 0.25 0.04 0 0.58
HSL 188.89º 0.14% 0.37% -
HSV(B) 188.89º 0.25% 0.42% -
XYZ 10.81 12.47 15.75 -
YUV 96.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 80 103 107 0.25 0.04 0 0.58 188.89 0.14 0.37
Hex 50 67 6B 19 4 0 3A BD E 25
Octal 120 147 153 31 4 0 72 275 16 45
Binary 1010000 1100111 1101011 11001 100 0 111010 10111101 1110 100101

Color Harmonies of #50676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50676B

Black with #50676B

Text Example


Text Example

White with #50676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50676B; }

 p { color: rgb(80,103,107); }

 H1.HeaderClassName
 {
   color: #50676B;
 }
 .AnyTagClassName
 {
   color: #50676B;
 }
</style>

background-color css

<style>
 a { background-color: #50676B; }

 a { background-color: rgb(80,103,107); }

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

border-color css

<style>
 span { border-color: #50676B; }

 span { border-color: rgb(80,103,107); }

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